Home
last modified time | relevance | path

Searched refs:DDT_TYPES (Results 1 – 3 of 3) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dddt.h44 DDT_TYPES enumerator
133 uint64_t ddt_object[DDT_TYPES][DDT_CLASSES];
134 ddt_histogram_t ddt_histogram[DDT_TYPES][DDT_CLASSES];
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dddt.c39 static const ddt_ops_t *ddt_ops[DDT_TYPES] = {
411 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_get_dedup_object_stats()
435 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_get_dedup_histogram()
662 for (type = 0; type < DDT_TYPES; type++) { in ddt_lookup()
764 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_load()
805 for (enum ddt_type type = 0; type < DDT_TYPES; type++) in ddt_class_contains()
823 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_repair_start()
956 if (otype != DDT_TYPES && in ddt_sync_entry()
1003 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_sync_table()
1059 } while (++ddb->ddb_type < DDT_TYPES); in ddt_walk()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c663 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in dump_all_ddts()