MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ddt_select

Function ddt_select

freebsd/contrib/openzfs/module/zfs/ddt.c:597–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595}
596
597ddt_t *
598ddt_select(spa_t *spa, const blkptr_t *bp)
599{
600 return (spa->spa_ddt[BP_GET_CHECKSUM(bp)]);
601}
602
603void
604ddt_enter(ddt_t *ddt)

Callers 8

ddt_prefetchFunction · 0.85
zio_ddt_read_startFunction · 0.85
zio_ddt_read_doneFunction · 0.85
zio_ddt_child_write_doneFunction · 0.85
zio_ddt_writeFunction · 0.85
zio_ddt_freeFunction · 0.85
zdb_count_blockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected