Lines Matching refs:MPATHF_QUEUE_IO
131 #define MPATHF_QUEUE_IO 0 /* Must we queue all I/O? */ macro
257 set_bit(MPATHF_QUEUE_IO, &m->flags); in alloc_multipath_stage2()
374 set_bit(MPATHF_QUEUE_IO, &m->flags); in __switch_pg()
377 clear_bit(MPATHF_QUEUE_IO, &m->flags); in __switch_pg()
417 clear_bit(MPATHF_QUEUE_IO, &m->flags); in choose_pgpath()
526 if (!pgpath || !mpath_double_check_test_bit(MPATHF_QUEUE_IO, m)) in multipath_clone_and_map()
534 } else if (mpath_double_check_test_bit(MPATHF_QUEUE_IO, m) || in multipath_clone_and_map()
604 if (!test_bit(MPATHF_QUEUE_IO, &m->flags)) in __multipath_queue_bio()
623 if (!pgpath || !mpath_double_check_test_bit(MPATHF_QUEUE_IO, m)) in __map_bio()
634 } else if (mpath_double_check_test_bit(MPATHF_QUEUE_IO, m) || in __map_bio()
1615 clear_bit(MPATHF_QUEUE_IO, &m->flags); in pg_init_done()
1820 DMEMIT("2 %u %u ", test_bit(MPATHF_QUEUE_IO, &m->flags), in multipath_status()
2104 test_bit(MPATHF_QUEUE_IO, &m->flags)) in probe_active_paths()
2158 if (!pgpath || !mpath_double_check_test_bit(MPATHF_QUEUE_IO, m)) in multipath_prepare_ioctl()
2162 if (!mpath_double_check_test_bit(MPATHF_QUEUE_IO, m)) { in multipath_prepare_ioctl()