Lines Matching refs:in_progress
10710 boolean_t in_progress = (activity == ZPOOL_WAIT_INITIALIZE) ? local
10715 if (in_progress)
10735 zpool_wait_activity_t activity, boolean_t *in_progress) argument
10752 *in_progress = spa_vdev_activity_in_progress_impl(vd, activity);
10802 boolean_t use_tag, uint64_t tag, boolean_t *in_progress) argument
10810 *in_progress =
10817 *in_progress = ((spa_version(spa) >= SPA_VERSION_DEADLISTS &&
10825 activity, in_progress);
10832 *in_progress = vdev_replace_in_progress(spa->spa_root_vdev);
10836 *in_progress = (spa->spa_removing_phys.sr_state ==
10840 *in_progress = vdev_rebuild_active(spa->spa_root_vdev);
10841 if (*in_progress)
10852 *in_progress = (scanning && !paused &&
10859 *in_progress = (vre != NULL && vre->vre_state == DSS_SCANNING);
10909 boolean_t in_progress; local
10911 &in_progress);
10913 if (error || !in_progress || spa->spa_waiters_cancel)