Home
last modified time | relevance | path

Searched refs:DM_TYPE_REQUEST_BASED (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/
H A Ddm-mpath.c242 m->queue_mode = DM_TYPE_REQUEST_BASED; in alloc_multipath_stage2()
680 if (m->queue_mode == DM_TYPE_REQUEST_BASED) in process_queued_io_list()
1168 m->queue_mode = DM_TYPE_REQUEST_BASED; in parse_features()
1827 (m->queue_mode != DM_TYPE_REQUEST_BASED) * 2); in multipath_status()
1835 if (m->queue_mode != DM_TYPE_REQUEST_BASED) { in multipath_status()
2250 return (m->queue_mode != DM_TYPE_REQUEST_BASED); in multipath_busy()
H A Ddm-table.c840 return table_type == DM_TYPE_REQUEST_BASED; in __table_type_request_based()
956 t->type = DM_TYPE_REQUEST_BASED; in dm_table_determine_type()
1054 if (type == DM_TYPE_REQUEST_BASED) { in dm_table_alloc_md_mempools()
H A Ddm.c2591 if (type == DM_TYPE_REQUEST_BASED) { in dm_setup_md_queue()
/linux/include/linux/
H A Ddevice-mapper.h32 DM_TYPE_REQUEST_BASED = 2, enumerator