Searched refs:queue_if_no_path (Results 1 – 1 of 1) sorted by relevance
88 unsigned queue_if_no_path:1; /* Queue I/O if last path fails? */ member374 return (m->queue_if_no_path || in __must_push_back()375 (m->queue_if_no_path != m->saved_queue_if_no_path && in __must_push_back()475 static int queue_if_no_path(struct multipath *m, unsigned queue_if_no_path, in queue_if_no_path() function483 m->saved_queue_if_no_path = m->queue_if_no_path; in queue_if_no_path()485 m->saved_queue_if_no_path = queue_if_no_path; in queue_if_no_path()486 m->queue_if_no_path = queue_if_no_path; in queue_if_no_path()489 if (!queue_if_no_path) in queue_if_no_path()794 r = queue_if_no_path(m, 1, 0); in parse_features()1292 if (!m->queue_if_no_path) { in do_end_io()[all …]