Searched refs:dm_table_get_devices (Results 1 – 3 of 3) sorted by relevance
63 struct list_head *dm_table_get_devices(struct dm_table *t);
863 struct list_head *devices = dm_table_get_devices(t); in dm_table_determine_type()1104 struct list_head *devices = dm_table_get_devices(t); in dm_table_get_integrity_disk()2080 struct list_head *dm_table_get_devices(struct dm_table *t) in dm_table_get_devices() function
1560 list_for_each (tmp, dm_table_get_devices(table)) in retrieve_deps()1577 list_for_each_entry (dd, dm_table_get_devices(table), list) in retrieve_deps()
Completed in 12 milliseconds