Searched refs:vdev_rebuild_txg (Results 1 – 6 of 6) sorted by relevance
400 uint64_t vdev_rebuild_txg; /* persistent rebuilding state */ member
1229 if (vd->vdev_rebuild_txg != 0) in vdev_draid_missing()1287 if (vd->vdev_rebuild_txg != 0) in vdev_draid_partial()1811 if (vd->vdev_ops->vdev_op_leaf && vd->vdev_rebuild_txg) in vdev_draid_rebuilding()
703 if (vd->vdev_rebuild_txg != 0) in vdev_config_generate()705 vd->vdev_rebuild_txg); in vdev_config_generate()
249 if (vd->vdev_ops->vdev_op_leaf && vd->vdev_rebuild_txg) in vdev_mirror_rebuilding()
1012 &vd->vdev_rebuild_txg); in vdev_alloc()3110 if (vd->vdev_rebuild_txg == 0) in vdev_dtl_should_excise()3121 ASSERT3U(vrp->vrp_min_txg, <, vd->vdev_rebuild_txg); in vdev_dtl_should_excise()3122 ASSERT3U(vd->vdev_rebuild_txg, <=, vrp->vrp_max_txg); in vdev_dtl_should_excise()3287 if (vd->vdev_rebuild_txg != 0) { in vdev_dtl_reassess_impl()3288 vd->vdev_rebuild_txg = 0; in vdev_dtl_reassess_impl()
7771 newvd->vdev_rebuild_txg = txg;