Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddevice-mapper.h30 DM_TYPE_NONE = 0, enumerator
/openbmc/linux/drivers/md/
H A Ddm-table.c160 t->type = DM_TYPE_NONE; in dm_table_create()
880 if (t->type != DM_TYPE_NONE) { in dm_table_determine_type()
1025 if (unlikely(type == DM_TYPE_NONE)) { in dm_table_alloc_md_mempools()
H A Ddm.c1993 if (dm_get_md_type(md) != DM_TYPE_NONE) { in cleanup_mapped_device()
2061 md->type = DM_TYPE_NONE; in alloc_dev()
2344 case DM_TYPE_NONE: in dm_setup_md_queue()
H A Ddm-mpath.c222 m->queue_mode = DM_TYPE_NONE; in alloc_multipath()
235 if (m->queue_mode == DM_TYPE_NONE) { in alloc_multipath_stage2()
H A Ddm-ioctl.c1548 if (dm_get_md_type(md) == DM_TYPE_NONE) { in table_load()