Searched refs:thin_devices (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-thin-metadata.c189 struct list_head thin_devices; member in struct:dm_pool_metadata
856 list_for_each_entry_safe(td, tmp, &pmd->thin_devices, list) {
968 INIT_LIST_HEAD(&pmd->thin_devices);
1001 list_for_each_entry_safe(td, tmp, &pmd->thin_devices, list) {
1048 list_for_each_entry(td2, &pmd->thin_devices, list)
1094 list_add(&(*td)->list, &pmd->thin_devices);
1830 list_for_each_entry_safe(td, tmp, &pmd->thin_devices, list) {
1893 list_for_each_entry(td, &pmd->thin_devices, list)

Completed in 125 milliseconds