Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm.h66 struct list_head *dm_table_get_devices(struct dm_table *t);
H A Ddm-table.c903 struct list_head *devices = dm_table_get_devices(t); in dm_table_determine_type()
2114 struct list_head *dm_table_get_devices(struct dm_table *t) in dm_table_get_devices() function
H A Ddm-ioctl.c1656 list_for_each(tmp, dm_table_get_devices(table)) in retrieve_deps()
1673 list_for_each_entry(dd, dm_table_get_devices(table), list) in retrieve_deps()
H A Ddm.c1568 struct list_head *devices = dm_table_get_devices(t); in __send_empty_flush()
2016 struct list_head *devices = dm_table_get_devices(map); in dm_split_and_process_bio()