Searched refs:thin_devices (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/md/ |
D | dm-thin-metadata.c | 186 struct list_head thin_devices; member 822 list_for_each_entry_safe(td, tmp, &pmd->thin_devices, list) { in __write_changed_details() 934 INIT_LIST_HEAD(&pmd->thin_devices); in dm_pool_metadata_open() 967 list_for_each_entry_safe(td, tmp, &pmd->thin_devices, list) { in dm_pool_metadata_close() 1015 list_for_each_entry(td2, &pmd->thin_devices, list) in __open_device() 1061 list_add(&(*td)->list, &pmd->thin_devices); in __open_device() 1793 list_for_each_entry_safe(td, tmp, &pmd->thin_devices, list) { in dm_pool_changed_this_transaction() 1856 list_for_each_entry(td, &pmd->thin_devices, list) in __set_abort_with_changes_flags()
|