Searched refs:vdev_rebuild_txg (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h402 uint64_t vdev_rebuild_txg; /* persistent rebuilding state */ member in struct:vdev
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_draid.c1228 if (vd->vdev_rebuild_txg != 0)
1286 if (vd->vdev_rebuild_txg != 0)
1810 if (vd->vdev_ops->vdev_op_leaf && vd->vdev_rebuild_txg)
H A Dvdev.c993 &vd->vdev_rebuild_txg);
3087 if (vd->vdev_rebuild_txg == 0)
3098 ASSERT3U(vrp->vrp_min_txg, <, vd->vdev_rebuild_txg);
3099 ASSERT3U(vd->vdev_rebuild_txg, <=, vrp->vrp_max_txg);
3252 if (vd->vdev_rebuild_txg != 0) {
3253 vd->vdev_rebuild_txg = 0;
H A Dvdev_label.c697 if (vd->vdev_rebuild_txg != 0)
699 vd->vdev_rebuild_txg);
H A Dvdev_mirror.c248 if (vd->vdev_ops->vdev_op_leaf && vd->vdev_rebuild_txg)
H A Dspa.c7686 newvd->vdev_rebuild_txg = txg;

Completed in 237 milliseconds