Lines Matching refs:queue_if_no_path
102 struct timer_list nopath_timer; /* Timeout for queue_if_no_path */
742 static int queue_if_no_path(struct multipath *m, bool f_queue_if_no_path,
786 * If the queue_if_no_path timeout fires, turn off queue_if_no_path and
793 DMWARN("queue_if_no_path timeout on %s, failing queued IO",
795 queue_if_no_path(m, false, false, __func__);
799 * Enable the queue_if_no_path timeout if necessary.
1133 if (!strcasecmp(arg_name, "queue_if_no_path")) {
1134 r = queue_if_no_path(m, true, false, __func__);
1740 * queue_if_no_path state is lost - userspace should reset it.
1741 * Otherwise, during noflush suspend, queue_if_no_path will not change.
1747 /* FIXME: bio-based shouldn't need to always disable queue_if_no_path */
1749 queue_if_no_path(m, false, true, __func__);
1762 * Restore the queue_if_no_path setting.
1824 DMEMIT("queue_if_no_path ");
1976 if (!strcasecmp(argv[0], "queue_if_no_path")) {
1977 r = queue_if_no_path(m, true, false, __func__);
1983 r = queue_if_no_path(m, false, false, __func__);