Searched refs:scn_phys (Results 1 – 4 of 4) sorted by relevance
106 ((scn)->scn_phys.scn_func == POOL_SCAN_SCRUB || \107 (scn)->scn_phys.scn_func == POOL_SCAN_RESILVER)156 &scn->scn_phys.scn_queue_obj); in dsl_scan_init()160 &scn->scn_phys); in dsl_scan_init()166 if (scn->scn_phys.scn_state == DSS_SCANNING && in dsl_scan_init()201 if (scn->scn_phys.scn_state == DSS_SCANNING) in dsl_scan_setup_check()216 ASSERT(scn->scn_phys.scn_state != DSS_SCANNING); in dsl_scan_setup_sync()218 bzero(&scn->scn_phys, sizeof (scn->scn_phys)); in dsl_scan_setup_sync()219 scn->scn_phys.scn_func = *funcp; in dsl_scan_setup_sync()220 scn->scn_phys.scn_state = DSS_SCANNING; in dsl_scan_setup_sync()[all …]
1919 if (scn == NULL || scn->scn_phys.scn_func == POOL_SCAN_NONE) in spa_scan_get_stats()1924 ps->pss_func = scn->scn_phys.scn_func; in spa_scan_get_stats()1925 ps->pss_start_time = scn->scn_phys.scn_start_time; in spa_scan_get_stats()1926 ps->pss_end_time = scn->scn_phys.scn_end_time; in spa_scan_get_stats()1927 ps->pss_to_examine = scn->scn_phys.scn_to_examine; in spa_scan_get_stats()1928 ps->pss_examined = scn->scn_phys.scn_examined; in spa_scan_get_stats()1929 ps->pss_to_process = scn->scn_phys.scn_to_process; in spa_scan_get_stats()1930 ps->pss_processed = scn->scn_phys.scn_processed; in spa_scan_get_stats()1931 ps->pss_errors = scn->scn_phys.scn_errors; in spa_scan_get_stats()1932 ps->pss_state = scn->scn_phys.scn_state; in spa_scan_get_stats()
1856 ASSERT0(scn->scn_phys.scn_errors); in vdev_dtl_should_excise()1870 if (vdev_dtl_max(vd) <= scn->scn_phys.scn_max_txg) { in vdev_dtl_should_excise()1871 ASSERT3U(scn->scn_phys.scn_min_txg, <=, vdev_dtl_min(vd)); in vdev_dtl_should_excise()1872 ASSERT3U(scn->scn_phys.scn_min_txg, <, vd->vdev_resilver_txg); in vdev_dtl_should_excise()1873 ASSERT3U(vd->vdev_resilver_txg, <=, scn->scn_phys.scn_max_txg); in vdev_dtl_should_excise()1911 (scn != NULL && scn->scn_phys.scn_errors == 0)) && in vdev_dtl_reassess()2836 dsl_scan_phys_t *scn_phys = in vdev_stat_update() local2837 &spa->spa_dsl_pool->dp_scan->scn_phys; in vdev_stat_update()2838 uint64_t *processed = &scn_phys->scn_processed; in vdev_stat_update()
121 dsl_scan_phys_t scn_phys; member