Home
last modified time | relevance | path

Searched refs:SPA_VERSION_DSL_SCRUB (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h653 #define SPA_VERSION_DSL_SCRUB SPA_VERSION_11 macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_pool.c531 if (spa_version(spa) >= SPA_VERSION_DSL_SCRUB) in dsl_pool_create()
H A Ddsl_scan.c964 if (spa_version(spa) < SPA_VERSION_DSL_SCRUB) in dsl_scan_setup_sync()
1534 dmu_object_type_t ot = (spa_version(spa) >= SPA_VERSION_DSL_SCRUB) ? in scan_ds_queue_sync()
3137 if (spa_version(dp->dp_spa) < SPA_VERSION_DSL_SCRUB) { in dsl_scan_visit()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h769 #define SPA_VERSION_DSL_SCRUB SPA_VERSION_11 macro