Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_scan.c484 &scn->scn_phys); in dsl_scan_init()
565 bcopy(&scn->scn_phys, &scn->scn_phys_cached, sizeof (scn->scn_phys)); in dsl_scan_init()
623 dsl_scan_phys_t *scn_phys = &dp->dp_scan->scn_phys; in dsl_scan_scrubbing() local
686 &scn->scn_phys, tx)); in dsl_scan_sync_state()
727 bzero(&scn->scn_phys, sizeof (scn->scn_phys)); in dsl_scan_setup_sync()
750 &scn->scn_phys.scn_min_txg, &scn->scn_phys.scn_max_txg)) { in dsl_scan_setup_sync()
803 bcopy(&scn->scn_phys, &scn->scn_phys_cached, sizeof (scn->scn_phys)); in dsl_scan_setup_sync()
2675 scn->scn_phys.scn_cur_min_txg = scn->scn_phys.scn_min_txg; in dsl_scan_visit()
2676 scn->scn_phys.scn_cur_max_txg = scn->scn_phys.scn_max_txg; in dsl_scan_visit()
2685 scn->scn_phys.scn_cur_min_txg = scn->scn_phys.scn_min_txg; in dsl_scan_visit()
[all …]
H A Dspa_misc.c2536 if (scn == NULL || scn->scn_phys.scn_func == POOL_SCAN_NONE) in spa_scan_get_stats()
2541 ps->pss_func = scn->scn_phys.scn_func; in spa_scan_get_stats()
2542 ps->pss_state = scn->scn_phys.scn_state; in spa_scan_get_stats()
2543 ps->pss_start_time = scn->scn_phys.scn_start_time; in spa_scan_get_stats()
2544 ps->pss_end_time = scn->scn_phys.scn_end_time; in spa_scan_get_stats()
2545 ps->pss_to_examine = scn->scn_phys.scn_to_examine; in spa_scan_get_stats()
2546 ps->pss_examined = scn->scn_phys.scn_examined; in spa_scan_get_stats()
2547 ps->pss_to_process = scn->scn_phys.scn_to_process; in spa_scan_get_stats()
2548 ps->pss_processed = scn->scn_phys.scn_processed; in spa_scan_get_stats()
2549 ps->pss_errors = scn->scn_phys.scn_errors; in spa_scan_get_stats()
H A Dvdev.c2783 dsl_scan_phys_t *scnp __maybe_unused = &scn->scn_phys; in vdev_dtl_should_excise()
2796 if (vdev_dtl_max(vd) <= scn->scn_phys.scn_max_txg) { in vdev_dtl_should_excise()
2841 scn->scn_phys.scn_errors = 0; in vdev_dtl_reassess()
2855 (u_longlong_t)(scn ? scn->scn_phys.scn_errors : 0)); in vdev_dtl_reassess()
2869 (scn != NULL && scn->scn_phys.scn_errors == 0)) { in vdev_dtl_reassess()
4348 dsl_scan_phys_t *scn_phys = &scn->scn_phys; in vdev_stat_update() local
4349 uint64_t *processed = &scn_phys->scn_processed; in vdev_stat_update()
H A Dspa.c9607 is_scrub = (scn->scn_phys.scn_func == POOL_SCAN_SCRUB);
9608 scanning = (scn->scn_phys.scn_state == DSS_SCANNING);
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_scan.h155 dsl_scan_phys_t scn_phys; /* on disk representation of scan */ member
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c7248 mos_obj_refd(spa->spa_dsl_pool->dp_scan->scn_phys.scn_queue_obj); in dump_mos_leaks()