Home
last modified time | relevance | path

Searched refs:errorscrub_phys (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c685 dsl_errorscrub_phys_t *errorscrub_phys = &dp->dp_scan->errorscrub_phys; in dsl_errorscrubbing() local
708 scn->errorscrub_phys.dep_cursor = in dsl_errorscrub_sync_state()
714 &scn->errorscrub_phys, tx)); in dsl_errorscrub_sync_state()
729 memset(&scn->errorscrub_phys, 0, sizeof (scn->errorscrub_phys)); in dsl_errorscrub_setup_sync()
730 scn->errorscrub_phys.dep_func = *funcp; in dsl_errorscrub_setup_sync()
734 scn->errorscrub_phys.dep_examined = 0; in dsl_errorscrub_setup_sync()
735 scn->errorscrub_phys.dep_errors = 0; in dsl_errorscrub_setup_sync()
736 scn->errorscrub_phys.dep_cursor = 0; in dsl_errorscrub_setup_sync()
739 scn->errorscrub_phys.dep_cursor); in dsl_errorscrub_setup_sync()
867 memset(&scn->errorscrub_phys, 0, sizeof (scn->errorscrub_phys)); in dsl_scan_setup_sync()
[all …]
H A Dspa_misc.c2722 scn->errorscrub_phys.dep_func == POOL_SCAN_NONE)) in spa_scan_get_stats()
2748 ps->pss_error_scrub_func = scn->errorscrub_phys.dep_func; in spa_scan_get_stats()
2749 ps->pss_error_scrub_state = scn->errorscrub_phys.dep_state; in spa_scan_get_stats()
2750 ps->pss_error_scrub_start = scn->errorscrub_phys.dep_start_time; in spa_scan_get_stats()
2751 ps->pss_error_scrub_end = scn->errorscrub_phys.dep_end_time; in spa_scan_get_stats()
2752 ps->pss_error_scrub_examined = scn->errorscrub_phys.dep_examined; in spa_scan_get_stats()
2754 scn->errorscrub_phys.dep_to_examine; in spa_scan_get_stats()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_scan.h179 dsl_errorscrub_phys_t errorscrub_phys; member