Searched refs:scn_phys (Results 1 – 5 of 5) sorted by relevance
224 ((scn)->scn_phys.scn_func == POOL_SCAN_SCRUB || \225 (scn)->scn_phys.scn_func == POOL_SCAN_RESILVER)365 return (scn->scn_phys.scn_state == DSS_SCANNING); in dsl_scan_is_running()372 dp->dp_scan->scn_phys.scn_func == POOL_SCAN_RESILVER); in dsl_scan_resilvering()467 &scn->scn_phys.scn_queue_obj); in dsl_scan_init()471 &scn->scn_phys); in dsl_scan_init()482 scn->scn_issued_before_pass = scn->scn_phys.scn_examined; in dsl_scan_init()500 bcopy(&scn->scn_phys, &scn->scn_phys_cached, sizeof (scn->scn_phys)); in dsl_scan_init()503 if (scn->scn_phys.scn_queue_obj != 0) { in dsl_scan_init()508 scn->scn_phys.scn_queue_obj); in dsl_scan_init()[all …]
2340 if (scn == NULL || scn->scn_phys.scn_func == POOL_SCAN_NONE) in spa_scan_get_stats()2345 ps->pss_func = scn->scn_phys.scn_func; in spa_scan_get_stats()2346 ps->pss_state = scn->scn_phys.scn_state; in spa_scan_get_stats()2347 ps->pss_start_time = scn->scn_phys.scn_start_time; in spa_scan_get_stats()2348 ps->pss_end_time = scn->scn_phys.scn_end_time; in spa_scan_get_stats()2349 ps->pss_to_examine = scn->scn_phys.scn_to_examine; in spa_scan_get_stats()2350 ps->pss_to_process = scn->scn_phys.scn_to_process; in spa_scan_get_stats()2351 ps->pss_processed = scn->scn_phys.scn_processed; in spa_scan_get_stats()2352 ps->pss_errors = scn->scn_phys.scn_errors; in spa_scan_get_stats()2353 ps->pss_examined = scn->scn_phys.scn_examined; in spa_scan_get_stats()
2611 ASSERT0(scn->scn_phys.scn_errors); in vdev_dtl_should_excise()2628 if (vdev_dtl_max(vd) <= scn->scn_phys.scn_max_txg) { in vdev_dtl_should_excise()2629 ASSERT3U(scn->scn_phys.scn_min_txg, <=, vdev_dtl_min(vd)); in vdev_dtl_should_excise()2630 ASSERT3U(scn->scn_phys.scn_min_txg, <, vd->vdev_resilver_txg); in vdev_dtl_should_excise()2631 ASSERT3U(vd->vdev_resilver_txg, <=, scn->scn_phys.scn_max_txg); in vdev_dtl_should_excise()2669 (scn != NULL && scn->scn_phys.scn_errors == 0)) && in vdev_dtl_reassess()3897 dsl_scan_phys_t *scn_phys = in vdev_stat_update() local3898 &spa->spa_dsl_pool->dp_scan->scn_phys; in vdev_stat_update()3899 uint64_t *processed = &scn_phys->scn_processed; in vdev_stat_update()
150 dsl_scan_phys_t scn_phys; /* on disk representation of scan */ member
4772 mos_obj_refd(spa->spa_dsl_pool->dp_scan->scn_phys.scn_queue_obj); in dump_mos_leaks()