queue_if_no_path  702 drivers/md/dm-mpath.c static int queue_if_no_path(struct multipath *m, bool queue_if_no_path,
queue_if_no_path  710 drivers/md/dm-mpath.c 		   (!save_old_value && queue_if_no_path));
queue_if_no_path  711 drivers/md/dm-mpath.c 	assign_bit(MPATHF_QUEUE_IF_NO_PATH, &m->flags, queue_if_no_path);
queue_if_no_path  714 drivers/md/dm-mpath.c 	if (!queue_if_no_path) {
queue_if_no_path 1035 drivers/md/dm-mpath.c 			r = queue_if_no_path(m, true, false);
queue_if_no_path 1623 drivers/md/dm-mpath.c 	queue_if_no_path(m, false, true);
queue_if_no_path 1804 drivers/md/dm-mpath.c 			r = queue_if_no_path(m, true, false);
queue_if_no_path 1807 drivers/md/dm-mpath.c 			r = queue_if_no_path(m, false, false);