Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c178 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_should_cancel()
197 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_update_sync()
227 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_initiate_sync()
311 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_complete_sync()
375 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_cancel_sync()
411 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_reset_sync()
458 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_clear_sync()
490 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_cb()
569 vr->vr_rebuild_phys.vrp_bytes_scanned += size; in vdev_rebuild_range()
624 vr->vr_rebuild_phys.vrp_bytes_issued += size; in vdev_rebuild_range()
[all …]
H A Dvdev.c3107 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_dtl_should_excise()
3187 vr->vr_rebuild_phys.vrp_errors = 0; in vdev_dtl_reassess_impl()
3209 vr != NULL && vr->vr_rebuild_phys.vrp_errors == 0) { in vdev_dtl_reassess_impl()
4961 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_stat_update()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_rebuild.h87 vdev_rebuild_phys_t vr_rebuild_phys; member