Searched refs:DM_TYPE_NONE (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Ddevice-mapper.h30 DM_TYPE_NONE = 0, enumerator in enum:dm_queue_mode
/linux-master/drivers/md/
H A Ddm-table.c160 t->type = DM_TYPE_NONE;
881 if (t->type != DM_TYPE_NONE) {
1026 if (unlikely(type == DM_TYPE_NONE)) {
H A Ddm.c2024 if (dm_get_md_type(md) != DM_TYPE_NONE) {
2093 md->type = DM_TYPE_NONE;
2376 case DM_TYPE_NONE:
H A Ddm-mpath.c222 m->queue_mode = DM_TYPE_NONE;
235 if (m->queue_mode == DM_TYPE_NONE) {
H A Ddm-ioctl.c1530 if (dm_get_md_type(md) == DM_TYPE_NONE) {

Completed in 235 milliseconds