Searched refs:ltmp (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | mbcache.c | 203 struct list_head *l, *ltmp; in mb_cache_shrink_fn() local 227 list_for_each_safe(l, ltmp, &free_list) { in mb_cache_shrink_fn() 328 struct list_head *l, *ltmp; in mb_cache_shrink() local 331 list_for_each_safe(l, ltmp, &mb_cache_lru_list) { in mb_cache_shrink() 340 list_for_each_safe(l, ltmp, &free_list) { in mb_cache_shrink() 358 struct list_head *l, *ltmp; in mb_cache_destroy() local 362 list_for_each_safe(l, ltmp, &mb_cache_lru_list) { in mb_cache_destroy() 373 list_for_each_safe(l, ltmp, &free_list) { in mb_cache_destroy()
|
/fs/ext4/ |
D | mballoc.c | 2849 struct list_head *l, *ltmp; in release_blocks_on_commit() local 2851 list_for_each_safe(l, ltmp, &txn->t_private_list) { in release_blocks_on_commit()
|