Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c174 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_should_cancel()
193 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_update_sync()
223 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_initiate_sync()
307 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_complete_sync()
353 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_cancel_sync()
389 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_reset_sync()
436 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_clear_sync()
468 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_cb()
547 vr->vr_rebuild_phys.vrp_bytes_scanned += size; in vdev_rebuild_range()
600 vr->vr_rebuild_phys.vrp_bytes_issued += size; in vdev_rebuild_range()
[all …]
H A Dvdev.c2763 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_dtl_should_excise()
2843 vr->vr_rebuild_phys.vrp_errors = 0; in vdev_dtl_reassess()
2865 vr != NULL && vr->vr_rebuild_phys.vrp_errors == 0) { in vdev_dtl_reassess()
4365 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_stat_update()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_rebuild.h84 vdev_rebuild_phys_t vr_rebuild_phys; member