Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dddt.c1162 if (ddt_object_exists(ddt, ddb->ddb_type, in ddt_walk()
1165 ddb->ddb_type, ddb->ddb_class, in ddt_walk()
1168 dde->dde_type = ddb->ddb_type; in ddt_walk()
1177 } while (++ddb->ddb_type < DDT_TYPES); in ddt_walk()
1178 ddb->ddb_type = 0; in ddt_walk()
H A Ddsl_scan.c1360 (longlong_t)scnp->scn_ddt_bookmark.ddb_type, in dsl_scan_check_suspend()
2634 (longlong_t)ddb->ddb_type, in dsl_scan_ddt()
3682 (longlong_t)scnp->scn_ddt_bookmark.ddb_type, in dsl_scan_sync()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dddt.h157 uint64_t ddb_type; member