Searched refs:queue_if_no_path (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/md/ |
| D | dm-mpath.c | 730 static int queue_if_no_path(struct multipath *m, bool queue_if_no_path, in queue_if_no_path() argument 738 (!save_old_value && queue_if_no_path)); in queue_if_no_path() 739 assign_bit(MPATHF_QUEUE_IF_NO_PATH, &m->flags, queue_if_no_path); in queue_if_no_path() 742 if (!queue_if_no_path) { in queue_if_no_path() 1063 r = queue_if_no_path(m, true, false); in parse_features() 1650 queue_if_no_path(m, false, true); in multipath_presuspend() 1834 r = queue_if_no_path(m, true, false); in multipath_message() 1837 r = queue_if_no_path(m, false, false); in multipath_message()
|