Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_scan.h168 boolean_t dsl_scan_scrubbing(const struct dsl_pool *dp);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_mirror.c279 dsl_scan_scrubbing(spa->spa_dsl_pool)) { in vdev_mirror_map_init()
H A Ddsl_scan.c626 dsl_scan_scrubbing(const dsl_pool_t *dp) in dsl_scan_scrubbing() function
637 return (dsl_scan_scrubbing(scn->scn_dp) && in dsl_scan_is_paused_scrub()
1007 if (!dsl_scan_scrubbing(dp)) in dsl_scrub_pause_resume_check()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c3461 while (dsl_scan_scrubbing(spa_get_dsl(spa))) in ztest_device_removal()