Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDddt.h43 DDT_TYPES enumerator
131 uint64_t ddt_object[DDT_TYPES][DDT_CLASSES];
132 ddt_histogram_t ddt_histogram[DDT_TYPES][DDT_CLASSES];
133 ddt_histogram_t ddt_histogram_cache[DDT_TYPES][DDT_CLASSES];
134 ddt_object_t ddt_object_stats[DDT_TYPES][DDT_CLASSES];
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDddt.c50 static const ddt_ops_t *ddt_ops[DDT_TYPES] = {
462 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_get_dedup_object_stats()
486 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_get_dedup_histogram()
717 for (type = 0; type < DDT_TYPES; type++) { in ddt_lookup()
764 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_prefetch()
844 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_load()
890 for (enum ddt_type type = 0; type < DDT_TYPES; type++) in ddt_class_contains()
908 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_repair_start()
1041 if (otype != DDT_TYPES && in ddt_sync_entry()
1092 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in ddt_sync_table()
[all …]
/NextBSD/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c982 for (enum ddt_type type = 0; type < DDT_TYPES; type++) { in dump_all_ddts()