Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
Ddm.c169 struct table_device { struct
749 static int open_table_device(struct table_device *td, dev_t dev, in open_table_device()
776 static void close_table_device(struct table_device *td, struct mapped_device *md) in close_table_device()
788 static struct table_device *find_table_device(struct list_head *l, dev_t dev, in find_table_device()
791 struct table_device *td; in find_table_device()
804 struct table_device *td; in dm_get_table_device()
840 struct table_device *td = container_of(d, struct table_device, dm_dev); in dm_put_table_device()
857 struct table_device *td = list_entry(tmp, struct table_device, list); in free_table_devices()