Home
last modified time | relevance | path

Searched refs:scn_phys (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c490 &scn->scn_phys); in dsl_scan_init()
572 bcopy(&scn->scn_phys, &scn->scn_phys_cached, sizeof (scn->scn_phys)); in dsl_scan_init()
628 dsl_scan_phys_t *scn_phys = &dp->dp_scan->scn_phys; in dsl_scan_scrubbing() local
731 bzero(&scn->scn_phys, sizeof (scn->scn_phys)); in dsl_scan_setup_sync()
754 &scn->scn_phys.scn_min_txg, &scn->scn_phys.scn_max_txg)) { in dsl_scan_setup_sync()
788 bcopy(&scn->scn_phys, &scn->scn_phys_cached, sizeof (scn->scn_phys)); in dsl_scan_setup_sync()
794 *funcp, scn->scn_phys.scn_min_txg, scn->scn_phys.scn_max_txg); in dsl_scan_setup_sync()
2575 scn->scn_phys.scn_cur_min_txg = scn->scn_phys.scn_min_txg; in dsl_scan_visit()
2576 scn->scn_phys.scn_cur_max_txg = scn->scn_phys.scn_max_txg; in dsl_scan_visit()
2585 scn->scn_phys.scn_cur_min_txg = scn->scn_phys.scn_min_txg; in dsl_scan_visit()
[all …]
H A Dspa_misc.c2413 if (scn == NULL || scn->scn_phys.scn_func == POOL_SCAN_NONE) in spa_scan_get_stats()
2418 ps->pss_func = scn->scn_phys.scn_func; in spa_scan_get_stats()
2419 ps->pss_state = scn->scn_phys.scn_state; in spa_scan_get_stats()
2420 ps->pss_start_time = scn->scn_phys.scn_start_time; in spa_scan_get_stats()
2421 ps->pss_end_time = scn->scn_phys.scn_end_time; in spa_scan_get_stats()
2422 ps->pss_to_examine = scn->scn_phys.scn_to_examine; in spa_scan_get_stats()
2423 ps->pss_to_process = scn->scn_phys.scn_to_process; in spa_scan_get_stats()
2424 ps->pss_processed = scn->scn_phys.scn_processed; in spa_scan_get_stats()
2425 ps->pss_errors = scn->scn_phys.scn_errors; in spa_scan_get_stats()
2426 ps->pss_examined = scn->scn_phys.scn_examined; in spa_scan_get_stats()
[all …]
H A Dvdev.c2513 if (vdev_dtl_max(vd) <= scn->scn_phys.scn_max_txg) { in vdev_dtl_should_excise()
2514 ASSERT3U(scn->scn_phys.scn_min_txg, <=, vdev_dtl_min(vd)); in vdev_dtl_should_excise()
2515 ASSERT3U(scn->scn_phys.scn_min_txg, <, vd->vdev_resilver_txg); in vdev_dtl_should_excise()
2516 ASSERT3U(vd->vdev_resilver_txg, <=, scn->scn_phys.scn_max_txg); in vdev_dtl_should_excise()
2551 scn->scn_phys.scn_errors = 0; in vdev_dtl_reassess()
2562 (u_longlong_t)(scn ? scn->scn_phys.scn_errors : 0)); in vdev_dtl_reassess()
2573 (scn != NULL && scn->scn_phys.scn_errors == 0)) && in vdev_dtl_reassess()
3930 dsl_scan_phys_t *scn_phys = in vdev_stat_update() local
3931 &spa->spa_dsl_pool->dp_scan->scn_phys; in vdev_stat_update()
3932 uint64_t *processed = &scn_phys->scn_processed; in vdev_stat_update()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_scan.h152 dsl_scan_phys_t scn_phys; /* on disk representation of scan */ member
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c5560 mos_obj_refd(spa->spa_dsl_pool->dp_scan->scn_phys.scn_queue_obj); in dump_mos_leaks()