Searched refs:scn_flags (Results 1 – 2 of 2) sorted by relevance
70 uint64_t scn_flags; /* dsl_scan_flags_t */ member
545 VERIFY3S(offsetof(dsl_scan_phys_t, scn_flags), ==, in dsl_scan_init()563 scn->scn_phys.scn_flags = overflow; in dsl_scan_init()711 scn->scn_phys.scn_flags & DSF_SCRUB_PAUSED); in dsl_scan_is_paused_scrub()1113 scn->scn_phys.scn_flags &= ~DSF_SCRUB_PAUSED; in dsl_scan_done()1388 scn->scn_phys.scn_flags |= DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()1389 scn->scn_phys_cached.scn_flags |= DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()1404 scn->scn_phys.scn_flags &= ~DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()1405 scn->scn_phys_cached.scn_flags &= ~DSF_SCRUB_PAUSED; in dsl_scrub_pause_resume_sync()2477 scn_phys->scn_flags |= DSF_VISIT_DS_AGAIN; in ds_destroyed_scn_phys()2868 if (scn->scn_phys.scn_flags & DSF_VISIT_DS_AGAIN) { in dsl_scan_visitds()[all …]