Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-core.h53 struct list_head table_devices; member
H A Ddm.c757 list_add(&td->list, &md->table_devices); in open_table_device()
798 td = find_table_device(&md->table_devices, dev, mode); in dm_get_table_device()
1997 list_for_each_entry(td, &md->table_devices, list) { in cleanup_mapped_device()
2071 INIT_LIST_HEAD(&md->table_devices); in alloc_dev()
2159 WARN_ON_ONCE(!list_empty(&md->table_devices)); in free_dev()
2372 list_for_each_entry(td, &md->table_devices, list) { in dm_setup_md_queue()
2386 list_for_each_entry_continue_reverse(td, &md->table_devices, list) in dm_setup_md_queue()