Lines Matching refs:vdev_rebuilding
229 ASSERT(vd->vdev_rebuilding); in vdev_rebuild_initiate_sync()
287 ASSERT(!vd->vdev_rebuilding); in vdev_rebuild_initiate()
292 vd->vdev_rebuilding = B_TRUE; in vdev_rebuild_initiate()
342 vd->vdev_rebuilding = B_FALSE; in vdev_rebuild_complete_sync()
393 vd->vdev_rebuilding = B_FALSE; in vdev_rebuild_cancel_sync()
440 ASSERT(vd->vdev_rebuilding); in vdev_rebuild_reset_sync()
722 vd->vdev_rebuilding = B_FALSE; in vdev_rebuild_load()
782 ASSERT(vd->vdev_rebuilding); in vdev_rebuild_thread()
971 vd->vdev_rebuilding = B_FALSE; in vdev_rebuild_thread()
1029 if (vd->vdev_rebuilding) { in vdev_rebuild()
1061 vdev_writeable(vd) && !vd->vdev_rebuilding) { in vdev_rebuild_restart_impl()
1064 vd->vdev_rebuilding = B_TRUE; in vdev_rebuild_restart_impl()
1109 while (vd->vdev_rebuilding) { in vdev_rebuild_stop_wait()