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

/linux-master/drivers/md/
H A Ddm-mpath.c236 m->queue_mode = DM_TYPE_REQUEST_BASED;
682 if (m->queue_mode == DM_TYPE_REQUEST_BASED)
1165 m->queue_mode = DM_TYPE_REQUEST_BASED;
1821 (m->queue_mode != DM_TYPE_REQUEST_BASED) * 2);
1831 if (m->queue_mode != DM_TYPE_REQUEST_BASED) {
2131 return (m->queue_mode != DM_TYPE_REQUEST_BASED);
H A Ddm-table.c815 return table_type == DM_TYPE_REQUEST_BASED;
931 t->type = DM_TYPE_REQUEST_BASED;
1035 if (type == DM_TYPE_REQUEST_BASED) {
H A Ddm.c2364 case DM_TYPE_REQUEST_BASED:
/linux-master/include/linux/
H A Ddevice-mapper.h32 DM_TYPE_REQUEST_BASED = 2, enumerator in enum:dm_queue_mode

Completed in 169 milliseconds