thin_devices      186 drivers/md/dm-thin-metadata.c 	struct list_head thin_devices;
thin_devices      795 drivers/md/dm-thin-metadata.c 	list_for_each_entry_safe(td, tmp, &pmd->thin_devices, list) {
thin_devices      907 drivers/md/dm-thin-metadata.c 	INIT_LIST_HEAD(&pmd->thin_devices);
thin_devices      940 drivers/md/dm-thin-metadata.c 	list_for_each_entry_safe(td, tmp, &pmd->thin_devices, list) {
thin_devices      988 drivers/md/dm-thin-metadata.c 	list_for_each_entry(td2, &pmd->thin_devices, list)
thin_devices     1034 drivers/md/dm-thin-metadata.c 	list_add(&(*td)->list, &pmd->thin_devices);
thin_devices     1804 drivers/md/dm-thin-metadata.c 	list_for_each_entry_safe(td, tmp, &pmd->thin_devices, list) {
thin_devices     1867 drivers/md/dm-thin-metadata.c 	list_for_each_entry(td, &pmd->thin_devices, list)