Searched refs:pa_tmp_list (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | mballoc.h | 103 struct list_head pa_tmp_list; member
|
| H A D | mballoc.c | 4330 list_add(&pa->u.pa_tmp_list, &list); in ext4_mb_discard_group_preallocations() 4334 list_for_each_entry_safe(pa, tmp, &list, u.pa_tmp_list) { in ext4_mb_discard_group_preallocations() 4346 list_del(&pa->u.pa_tmp_list); in ext4_mb_discard_group_preallocations() 4421 list_add(&pa->u.pa_tmp_list, &list); in ext4_discard_preallocations() 4447 list_for_each_entry_safe(pa, tmp, &list, u.pa_tmp_list) { in ext4_discard_preallocations() 4476 list_del(&pa->u.pa_tmp_list); in ext4_discard_preallocations() 4727 list_add(&pa->u.pa_tmp_list, &discard_list); in ext4_mb_discard_lg_preallocations() 4742 list_for_each_entry_safe(pa, tmp, &discard_list, u.pa_tmp_list) { in ext4_mb_discard_lg_preallocations() 4759 list_del(&pa->u.pa_tmp_list); in ext4_mb_discard_lg_preallocations()
|