Lines Matching defs:table_device
169 struct table_device {
748 static int open_table_device(struct table_device *td, dev_t dev,
775 static void close_table_device(struct table_device *td, struct mapped_device *md)
787 static struct table_device *find_table_device(struct list_head *l, dev_t dev,
790 struct table_device *td;
803 struct table_device *td;
839 struct table_device *td = container_of(d, struct table_device, dm_dev);
856 struct table_device *td = list_entry(tmp, struct table_device, list);