Lines Matching defs:in_progress
10689 boolean_t in_progress = (activity == ZPOOL_WAIT_INITIALIZE) ?
10694 if (in_progress)
10714 zpool_wait_activity_t activity, boolean_t *in_progress)
10731 *in_progress = spa_vdev_activity_in_progress_impl(vd, activity);
10781 boolean_t use_tag, uint64_t tag, boolean_t *in_progress)
10789 *in_progress =
10796 *in_progress = ((spa_version(spa) >= SPA_VERSION_DEADLISTS &&
10804 activity, in_progress);
10811 *in_progress = vdev_replace_in_progress(spa->spa_root_vdev);
10815 *in_progress = (spa->spa_removing_phys.sr_state ==
10819 *in_progress = vdev_rebuild_active(spa->spa_root_vdev);
10820 if (*in_progress)
10831 *in_progress = (scanning && !paused &&
10838 *in_progress = (vre != NULL && vre->vre_state == DSS_SCANNING);
10888 boolean_t in_progress;
10890 &in_progress);
10892 if (error || !in_progress || spa->spa_waiters_cancel)