Lines Matching defs:tmp
553 struct pool *pool = NULL, *tmp;
557 list_for_each_entry(tmp, &dm_thin_pool_table.pools, list) {
558 if (tmp->pool_md == md) {
559 pool = tmp;
569 struct pool *pool = NULL, *tmp;
573 list_for_each_entry(tmp, &dm_thin_pool_table.pools, list) {
574 if (tmp->md_dev == md_dev) {
575 pool = tmp;
628 struct dm_bio_prison_cell *cell, *tmp;
636 list_for_each_entry_safe(cell, tmp, &cells, user_list)
1230 struct dm_thin_new_mapping *m, *tmp;
1237 list_for_each_entry_safe(m, tmp, &maps, list)
2245 struct dm_bio_prison_cell *cell, *tmp;
2247 list_for_each_entry_safe(cell, tmp, cells, user_list) {
4331 struct dm_thin_new_mapping *m, *tmp;
4339 list_for_each_entry_safe(m, tmp, &work, list) {
4351 list_for_each_entry_safe(m, tmp, &work, list)