Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/include/sys/
HDvdev_impl.h401 uint64_t vdev_rebuild_txg; /* persistent rebuilding state */ member
/freebsd-head/sys/contrib/openzfs/module/zfs/
HDvdev_draid.c1230 if (vd->vdev_rebuild_txg != 0) in vdev_draid_missing()
1288 if (vd->vdev_rebuild_txg != 0) in vdev_draid_partial()
1812 if (vd->vdev_ops->vdev_op_leaf && vd->vdev_rebuild_txg) in vdev_draid_rebuilding()
HDvdev_label.c703 if (vd->vdev_rebuild_txg != 0) in vdev_config_generate()
705 vd->vdev_rebuild_txg); in vdev_config_generate()
HDvdev_mirror.c249 if (vd->vdev_ops->vdev_op_leaf && vd->vdev_rebuild_txg) in vdev_mirror_rebuilding()
HDvdev.c1025 &vd->vdev_rebuild_txg); in vdev_alloc()
3143 if (vd->vdev_rebuild_txg == 0) in vdev_dtl_should_excise()
3154 ASSERT3U(vrp->vrp_min_txg, <, vd->vdev_rebuild_txg); in vdev_dtl_should_excise()
3155 ASSERT3U(vd->vdev_rebuild_txg, <=, vrp->vrp_max_txg); in vdev_dtl_should_excise()
3320 if (vd->vdev_rebuild_txg != 0) { in vdev_dtl_reassess_impl()
3321 vd->vdev_rebuild_txg = 0; in vdev_dtl_reassess_impl()
HDspa.c7853 newvd->vdev_rebuild_txg = txg;