Searched refs:queue_if_no_path (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/md/ |
| D | dm-mpath.c | 736 static int queue_if_no_path(struct multipath *m, bool queue_if_no_path, in queue_if_no_path() argument 744 dm_dev_name, __func__, caller, queue_if_no_path, save_old_value); in queue_if_no_path() 757 } else if (!queue_if_no_path && saved_queue_if_no_path_bit) { in queue_if_no_path() 761 assign_bit(MPATHF_QUEUE_IF_NO_PATH, &m->flags, queue_if_no_path); in queue_if_no_path() 771 if (!queue_if_no_path) { in queue_if_no_path() 789 queue_if_no_path(m, false, false, __func__); in queue_if_no_path_timeout_work() 1126 r = queue_if_no_path(m, true, false, __func__); in parse_features() 1741 queue_if_no_path(m, false, true, __func__); in multipath_presuspend() 1969 r = queue_if_no_path(m, true, false, __func__); in multipath_message() 1975 r = queue_if_no_path(m, false, false, __func__); in multipath_message()
|