Home
last modified time | relevance | path

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

/linux/drivers/md/ !
H A Ddm-mpath.c243 else if (m->queue_mode == DM_TYPE_BIO_BASED) in alloc_multipath_stage2()
682 else if (m->queue_mode == DM_TYPE_BIO_BASED) in process_queued_io_list()
1077 if (m->queue_mode == DM_TYPE_BIO_BASED) { in parse_hw_handler()
1165 m->queue_mode = DM_TYPE_BIO_BASED; in parse_features()
1268 if (m->queue_mode == DM_TYPE_BIO_BASED) in multipath_ctr()
1315 if (m->queue_mode == DM_TYPE_BIO_BASED) in flush_multipath_work()
1756 if (m->queue_mode == DM_TYPE_BIO_BASED || !dm_noflush_suspending(m->ti)) in multipath_presuspend()
1837 case DM_TYPE_BIO_BASED: in multipath_status()
H A Ddm-table.c834 return (table_type == DM_TYPE_BIO_BASED || in __table_type_bio_based()
908 if (t->type == DM_TYPE_BIO_BASED) { in dm_table_determine_type()
946 t->type = DM_TYPE_BIO_BASED; in dm_table_determine_type()
H A Ddm-ioctl.c1508 (cur == DM_TYPE_BIO_BASED && new == DM_TYPE_DAX_BIO_BASED)) in is_valid_type()
/linux/include/linux/ !
H A Ddevice-mapper.h31 DM_TYPE_BIO_BASED = 1, enumerator