Searched refs:vrp_max_txg (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev_rebuild.h | 49 uint64_t vrp_max_txg; /* maximum missing txg */ member
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_rebuild.c | 176 if (!vdev_resilver_needed(vd, &vrp->vrp_min_txg, &vrp->vrp_max_txg)) in vdev_rebuild_should_cancel() 233 vrp->vrp_max_txg = dmu_tx_get_txg(tx); in vdev_rebuild_initiate_sync() 245 VERIFY(vdev_resilver_needed(vd, &vrp->vrp_min_txg, &vrp->vrp_max_txg)); in vdev_rebuild_initiate_sync() 317 vdev_dtl_reassess(vd, tx->tx_txg, vrp->vrp_max_txg, B_TRUE, B_TRUE); in vdev_rebuild_complete_sync() 398 vrp->vrp_max_txg = dmu_tx_get_txg(tx); in vdev_rebuild_reset_sync() 407 VERIFY(vdev_resilver_needed(vd, &vrp->vrp_min_txg, &vrp->vrp_max_txg)); in vdev_rebuild_reset_sync()
|
| H A D | vdev.c | 2775 vdev_dtl_max(vd) <= vrp->vrp_max_txg) { in vdev_dtl_should_excise() 2778 ASSERT3U(vd->vdev_rebuild_txg, <=, vrp->vrp_max_txg); in vdev_dtl_should_excise()
|