Home
last modified time | relevance | path

Searched refs:ddt_lookup (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dddt.h219 extern ddt_entry_t *ddt_lookup(ddt_t *ddt, const blkptr_t *bp, boolean_t add);
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dddt.c685 ddt_lookup(ddt_t *ddt, const blkptr_t *bp, boolean_t add) in ddt_lookup() function
Dzio.c2649 dde = ddt_lookup(ddt, bp, B_TRUE); in zio_ddt_write()
2756 freedde = dde = ddt_lookup(ddt, bp, B_TRUE); in zio_ddt_free()
/netbsd/src/external/cddl/osnet/dist/cmd/zdb/
Dzdb.c2386 dde = ddt_lookup(ddt, bp, B_FALSE); in zdb_count_block()
2577 VERIFY(ddt_lookup(ddt, &blk, B_TRUE) != NULL); in zdb_ddt_leak_init()