Home
last modified time | relevance | path

Searched refs:ddt_log (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt_log.c540 ddt_log_t *ddl = &ddt->ddt_log[n]; in ddt_log_load_one()
657 ASSERT0(ddt->ddt_log[0].ddl_object); in ddt_log_load()
658 ASSERT0(ddt->ddt_log[1].ddl_object); in ddt_log_load()
753 avl_create(&ddt->ddt_log[0].ddl_tree, ddt_key_compare, in ddt_log_alloc()
755 avl_create(&ddt->ddt_log[1].ddl_tree, ddt_key_compare, in ddt_log_alloc()
757 ddt->ddt_log_active = &ddt->ddt_log[0]; in ddt_log_alloc()
758 ddt->ddt_log_flushing = &ddt->ddt_log[1]; in ddt_log_alloc()
765 ddt_log_empty(ddt, &ddt->ddt_log[0]); in ddt_log_free()
766 ddt_log_empty(ddt, &ddt->ddt_log[1]); in ddt_log_free()
767 avl_destroy(&ddt->ddt_log[0].ddl_tree); in ddt_log_free()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt.h284 ddt_log_t ddt_log[2]; /* active/flushing logs */ member
/freebsd/sys/modules/zfs/
H A DMakefile240 ddt_log.c \
395 CFLAGS.ddt_log.c= -Wno-cast-qual -Wno-pointer-arith
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.bsd255 ddt_log.c \
432 CFLAGS.ddt_log.c= -Wno-cast-qual -Wno-pointer-arith
H A DKbuild.in326 ddt_log.o \
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am84 module/zfs/ddt_log.c \
/freebsd/cddl/lib/libzpool/
H A DMakefile72 ddt_log.c \
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1971 ddt_log_t *ddl = &ddt->ddt_log[n]; in dump_ddt_log()
8225 mos_obj_refd(ddt->ddt_log[0].ddl_object); in dump_mos_leaks()
8226 mos_obj_refd(ddt->ddt_log[1].ddl_object); in dump_mos_leaks()
/freebsd/sys/conf/
H A Dfiles273 contrib/openzfs/module/zfs/ddt_log.c optional zfs compile-with "${ZFS_C}"