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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Ddm.h76 struct list_head *dm_table_get_devices(struct dm_table *t);
H A Ddm-table.c891 struct list_head *dm_table_get_devices(struct dm_table *t) function
963 devices = dm_table_get_devices(t);
975 struct list_head *d, *devices = dm_table_get_devices(t);
988 struct list_head *d, *devices = dm_table_get_devices(t);
H A Ddm-ioctl.c1139 list_for_each (tmp, dm_table_get_devices(table))
1156 list_for_each_entry (dd, dm_table_get_devices(table), list)

Completed in 92 milliseconds