Searched refs:dsl_scan_is_paused_scrub (Results 1 – 4 of 4) sorted by relevance
185 boolean_t dsl_scan_is_paused_scrub(const dsl_scan_t *scn);
630 dsl_scan_is_paused_scrub(const dsl_scan_t *scn) in dsl_scan_is_paused_scrub() function841 if (func == POOL_SCAN_SCRUB && dsl_scan_is_paused_scrub(scn)) { in dsl_scan()1042 if (dsl_scan_is_paused_scrub(scn)) in dsl_scrub_pause_resume_check()1069 if (dsl_scan_is_paused_scrub(scn)) { in dsl_scrub_pause_resume_sync()3267 if ((dsl_scan_is_running(scn) && !dsl_scan_is_paused_scrub(scn)) || in dsl_scan_active()3579 if (!dsl_scan_is_running(scn) || dsl_scan_is_paused_scrub(scn)) in dsl_scan_sync()
2518 if (dsl_scan_is_paused_scrub(spa->spa_dsl_pool->dp_scan)) in spa_scan_stat_init()
9609 paused = dsl_scan_is_paused_scrub(scn);