Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dddt.c1129 if (ddt_object_exists(ddt, ddb->ddb_type, in ddt_walk()
1132 ddb->ddb_type, ddb->ddb_class, in ddt_walk()
1135 dde->dde_type = ddb->ddb_type; in ddt_walk()
1144 } while (++ddb->ddb_type < DDT_TYPES); in ddt_walk()
1145 ddb->ddb_type = 0; in ddt_walk()
H A Ddsl_scan.c450 (longlong_t)scn->scn_phys.scn_ddt_bookmark.ddb_type, in dsl_scan_check_pause()
1245 (longlong_t)ddb->ddb_type, in dsl_scan_ddt()
1620 (longlong_t)scn->scn_phys.scn_ddt_bookmark.ddb_type, in dsl_scan_sync()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dddt.h143 uint64_t ddb_type; member