Searched refs:table_device (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm.c | 138 struct table_device { struct 723 static struct table_device *open_table_device(struct mapped_device *md, in open_table_device() 726 struct table_device *td; in open_table_device() 770 static void close_table_device(struct table_device *td, struct mapped_device *md) in close_table_device() 780 static struct table_device *find_table_device(struct list_head *l, dev_t dev, in find_table_device() 783 struct table_device *td; in find_table_device() 795 struct table_device *td; in dm_get_table_device() 816 struct table_device *td = container_of(d, struct table_device, dm_dev); in dm_put_table_device() 1989 struct table_device *t in cleanup_mapped_device() [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm.c | 169 struct table_device { struct 748 static int open_table_device(struct table_device *td, dev_t dev, in open_table_device() 775 static void close_table_device(struct table_device *td, struct mapped_device *md) in close_table_device() 787 static struct table_device *find_table_device(struct list_head *l, dev_t dev, in find_table_device() 790 struct table_device *td; in find_table_device() 803 struct table_device *td; in dm_get_table_device() 839 struct table_device *td = container_of(d, struct table_device, dm_dev); in dm_put_table_device() 856 struct table_device *td = list_entry(tmp, struct table_device, lis in free_table_devices() [all...] |
Completed in 6 milliseconds