Searched refs:vrp_max_txg (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | vdev_rebuild.h | 49 uint64_t vrp_max_txg; /* maximum missing txg */ member
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_rebuild.c | 179 if (!vdev_resilver_needed(vd, &vrp->vrp_min_txg, &vrp->vrp_max_txg)) in vdev_rebuild_should_cancel() 236 vrp->vrp_max_txg = dmu_tx_get_txg(tx); in vdev_rebuild_initiate_sync() 248 VERIFY(vdev_resilver_needed(vd, &vrp->vrp_min_txg, &vrp->vrp_max_txg)); in vdev_rebuild_initiate_sync() 331 vdev_dtl_reassess(vd, tx->tx_txg, vrp->vrp_max_txg, B_TRUE, B_TRUE); in vdev_rebuild_complete_sync() 415 vrp->vrp_max_txg = dmu_tx_get_txg(tx); in vdev_rebuild_reset_sync() 424 VERIFY(vdev_resilver_needed(vd, &vrp->vrp_min_txg, &vrp->vrp_max_txg)); in vdev_rebuild_reset_sync()
|
H A D | vdev.c | 3117 vdev_dtl_max(vd) <= vrp->vrp_max_txg) { in vdev_dtl_should_excise() 3120 ASSERT3U(vd->vdev_rebuild_txg, <=, vrp->vrp_max_txg); in vdev_dtl_should_excise()
|