Home
last modified time | relevance | path

Searched refs:DSF_SCRUB_PAUSED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_scan.h74 DSF_SCRUB_PAUSED = 1<<1, enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c638 scn->scn_phys.scn_flags & DSF_SCRUB_PAUSED); in dsl_scan_is_paused_scrub()
873 scn->scn_phys.scn_flags &= ~DSF_SCRUB_PAUSED; in dsl_scan_done()
1031 scn->scn_phys.scn_flags |= DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()
1032 scn->scn_phys_cached.scn_flags |= DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()
1046 scn->scn_phys.scn_flags &= ~DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()
1047 scn->scn_phys_cached.scn_flags &= ~DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()