Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-table.c810 table_type == DM_TYPE_DAX_BIO_BASED); in __table_type_bio_based()
886 BUG_ON(t->type == DM_TYPE_DAX_BIO_BASED); in dm_table_determine_type()
922 (list_empty(devices) && live_md_type == DM_TYPE_DAX_BIO_BASED)) { in dm_table_determine_type()
923 t->type = DM_TYPE_DAX_BIO_BASED; in dm_table_determine_type()
H A Ddm-ioctl.c1490 (cur == DM_TYPE_BIO_BASED && new == DM_TYPE_DAX_BIO_BASED)) in is_valid_type()
H A Ddm.c2336 case DM_TYPE_DAX_BIO_BASED: in dm_setup_md_queue()
/openbmc/linux/include/linux/
H A Ddevice-mapper.h33 DM_TYPE_DAX_BIO_BASED = 3, enumerator