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.c177 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_should_cancel()
196 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_update_sync()
226 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_initiate_sync()
310 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_complete_sync()
370 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_cancel_sync()
406 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_reset_sync()
453 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_clear_sync()
485 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_cb()
564 vr->vr_rebuild_phys.vrp_bytes_scanned += size; in vdev_rebuild_range()
619 vr->vr_rebuild_phys.vrp_bytes_issued += size; in vdev_rebuild_range()
[all …]
H A Dvdev.c3105 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_dtl_should_excise()
3185 vr->vr_rebuild_phys.vrp_errors = 0; in vdev_dtl_reassess_impl()
3207 vr != NULL && vr->vr_rebuild_phys.vrp_errors == 0) { in vdev_dtl_reassess_impl()
4957 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_stat_update()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_rebuild.h85 vdev_rebuild_phys_t vr_rebuild_phys; member