Searched refs:queue_if_no_path (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/md/ |
| D | dm-mpath.c | 735 static int queue_if_no_path(struct multipath *m, bool queue_if_no_path, in queue_if_no_path() function 743 (!save_old_value && queue_if_no_path)); in queue_if_no_path() 744 assign_bit(MPATHF_QUEUE_IF_NO_PATH, &m->flags, queue_if_no_path); in queue_if_no_path() 747 if (!queue_if_no_path) { in queue_if_no_path() 1068 r = queue_if_no_path(m, true, false); in parse_features() 1656 queue_if_no_path(m, false, true); in multipath_presuspend() 1837 r = queue_if_no_path(m, true, false); in multipath_message() 1840 r = queue_if_no_path(m, false, false); in multipath_message()
|