Home
last modified time | relevance | path

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

/drivers/md/
Ddm.h66 struct list_head *dm_table_get_devices(struct dm_table *t);
Ddm-table.c868 devices = dm_table_get_devices(t); in dm_table_set_type()
1002 struct list_head *devices = dm_table_get_devices(t); in dm_table_get_integrity_disk()
1508 struct list_head *dm_table_get_devices(struct dm_table *t) in dm_table_get_devices() function
1588 struct list_head *devices = dm_table_get_devices(t); in dm_table_any_congested()
Ddm-ioctl.c1403 list_for_each (tmp, dm_table_get_devices(table)) in retrieve_deps()
1420 list_for_each_entry (dd, dm_table_get_devices(table), list) in retrieve_deps()