Searched refs:queue_if_no_path (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/md/ |
| D | dm-mpath.c | 732 static int queue_if_no_path(struct multipath *m, bool queue_if_no_path, in queue_if_no_path() argument 740 dm_dev_name, __func__, caller, queue_if_no_path, save_old_value); in queue_if_no_path() 753 } else if (!queue_if_no_path && saved_queue_if_no_path_bit) { in queue_if_no_path() 757 assign_bit(MPATHF_QUEUE_IF_NO_PATH, &m->flags, queue_if_no_path); in queue_if_no_path() 767 if (!queue_if_no_path) { in queue_if_no_path() 785 queue_if_no_path(m, false, false, __func__); in queue_if_no_path_timeout_work() 1125 r = queue_if_no_path(m, true, false, __func__); in parse_features() 1740 queue_if_no_path(m, false, true, __func__); in multipath_presuspend() 1930 r = queue_if_no_path(m, true, false, __func__); in multipath_message() 1936 r = queue_if_no_path(m, false, false, __func__); in multipath_message()
|