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

/linux-master/drivers/md/
H A Ddm.h65 struct list_head *dm_table_get_devices(struct dm_table *t);
H A Ddm-table.c878 struct list_head *devices = dm_table_get_devices(t);
1133 struct list_head *devices = dm_table_get_devices(t);
2069 struct list_head *dm_table_get_devices(struct dm_table *t) function
H A Ddm-ioctl.c1640 list_for_each(tmp, dm_table_get_devices(table))
1657 list_for_each_entry(dd, dm_table_get_devices(table), list)

Completed in 190 milliseconds