dm_table_get_devices
list_for_each(tmp, dm_table_get_devices(table))
list_for_each_entry(dd, dm_table_get_devices(table), list)
struct list_head *devices = dm_table_get_devices(t);
struct list_head *devices = dm_table_get_devices(t);
struct list_head *devices = dm_table_get_devices(map);
struct list_head *dm_table_get_devices(struct dm_table *t);