Lines Matching refs:table_device
135 struct table_device { struct
735 static struct table_device *open_table_device(struct mapped_device *md, in open_table_device()
738 struct table_device *td; in open_table_device()
782 static void close_table_device(struct table_device *td, struct mapped_device *md) in close_table_device()
792 static struct table_device *find_table_device(struct list_head *l, dev_t dev, in find_table_device()
795 struct table_device *td; in find_table_device()
807 struct table_device *td; in dm_get_table_device()
828 struct table_device *td = container_of(d, struct table_device, dm_dev); in dm_put_table_device()
841 struct table_device *td = list_entry(tmp, struct table_device, list); in free_table_devices()
1977 struct table_device *td; in cleanup_mapped_device()
2323 struct table_device *td; in dm_setup_md_queue()