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

/linux-4.1.27/drivers/md/
H A Ddm.c254 struct table_device { struct
741 static int open_table_device(struct table_device *td, dev_t dev, open_table_device()
768 static void close_table_device(struct table_device *td, struct mapped_device *md) close_table_device()
778 static struct table_device *find_table_device(struct list_head *l, dev_t dev, find_table_device()
780 struct table_device *td; find_table_device()
792 struct table_device *td; dm_get_table_device()
827 struct table_device *td = container_of(d, struct table_device, dm_dev); dm_put_table_device()
844 struct table_device *td = list_entry(tmp, struct table_device, list); list_for_each_safe()

Completed in 82 milliseconds