Lines Matching refs:queue_mode
74 enum dm_queue_mode queue_mode; member
215 m->queue_mode = DM_TYPE_NONE; in alloc_multipath()
228 if (m->queue_mode == DM_TYPE_NONE) { in alloc_multipath_stage2()
229 m->queue_mode = DM_TYPE_REQUEST_BASED; in alloc_multipath_stage2()
230 } else if (m->queue_mode == DM_TYPE_BIO_BASED) { in alloc_multipath_stage2()
239 dm_table_set_type(ti->table, m->queue_mode); in alloc_multipath_stage2()
673 if (m->queue_mode == DM_TYPE_REQUEST_BASED) in process_queued_io_list()
675 else if (m->queue_mode == DM_TYPE_BIO_BASED) in process_queued_io_list()
1065 if (m->queue_mode == DM_TYPE_BIO_BASED) { in parse_hw_handler()
1153 m->queue_mode = DM_TYPE_BIO_BASED; in parse_features()
1156 m->queue_mode = DM_TYPE_REQUEST_BASED; in parse_features()
1258 if (m->queue_mode == DM_TYPE_BIO_BASED) in multipath_ctr()
1307 if (m->queue_mode == DM_TYPE_BIO_BASED) in flush_multipath_work()
1739 if (m->queue_mode == DM_TYPE_BIO_BASED || !dm_noflush_suspending(m->ti)) in multipath_presuspend()
1812 (m->queue_mode != DM_TYPE_REQUEST_BASED) * 2); in multipath_status()
1822 if (m->queue_mode != DM_TYPE_REQUEST_BASED) { in multipath_status()
1823 switch(m->queue_mode) { in multipath_status()
2083 return (m->queue_mode != DM_TYPE_REQUEST_BASED); in multipath_busy()