Searched refs:scn_flags (Results 1 – 2 of 2) sorted by relevance
71 uint64_t scn_flags; /* dsl_scan_flags_t */ member
549 VERIFY3S(offsetof(dsl_scan_phys_t, scn_flags), ==, in dsl_scan_init()567 scn->scn_phys.scn_flags = overflow; in dsl_scan_init()715 scn->scn_phys.scn_flags & DSF_SCRUB_PAUSED); in dsl_scan_is_paused_scrub()1117 scn->scn_phys.scn_flags &= ~DSF_SCRUB_PAUSED; in dsl_scan_done()1395 scn->scn_phys.scn_flags |= DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()1396 scn->scn_phys_cached.scn_flags |= DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()1411 scn->scn_phys.scn_flags &= ~DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()1412 scn->scn_phys_cached.scn_flags &= ~DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()2489 scn_phys->scn_flags |= DSF_VISIT_DS_AGAIN; in ds_destroyed_scn_phys()2880 if (scn->scn_phys.scn_flags & DSF_VISIT_DS_AGAIN) { in dsl_scan_visitds()[all …]