Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dddt.c1166 if (ddt_object_exists(ddt, ddb->ddb_type, in ddt_walk()
1169 ddb->ddb_type, ddb->ddb_class, in ddt_walk()
1172 dde->dde_type = ddb->ddb_type; in ddt_walk()
1181 } while (++ddb->ddb_type < DDT_TYPES); in ddt_walk()
1182 ddb->ddb_type = 0; in ddt_walk()
H A Ddsl_scan.c1327 (longlong_t)scnp->scn_ddt_bookmark.ddb_type, in dsl_scan_check_suspend()
2534 (longlong_t)ddb->ddb_type, in dsl_scan_ddt()
3569 (longlong_t)scnp->scn_ddt_bookmark.ddb_type, in dsl_scan_sync()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dddt.h153 uint64_t ddb_type; member