Searched refs:scn_flags (Results 1 – 2 of 2) sorted by relevance
69 uint64_t scn_flags; /* dsl_scan_flags_t */ member
493 VERIFY3S(offsetof(dsl_scan_phys_t, scn_flags), ==, in dsl_scan_init()511 scn->scn_phys.scn_flags = overflow; in dsl_scan_init()633 scn->scn_phys.scn_flags & DSF_SCRUB_PAUSED); in dsl_scan_is_paused_scrub()891 scn->scn_phys.scn_flags &= ~DSF_SCRUB_PAUSED; in dsl_scan_done()1062 scn->scn_phys.scn_flags |= DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()1063 scn->scn_phys_cached.scn_flags |= DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()1078 scn->scn_phys.scn_flags &= ~DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()1079 scn->scn_phys_cached.scn_flags &= ~DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()2069 scn_phys->scn_flags |= DSF_VISIT_DS_AGAIN; in ds_destroyed_scn_phys()2449 if (scn->scn_phys.scn_flags & DSF_VISIT_DS_AGAIN) { in dsl_scan_visitds()[all …]