Home
last modified time | relevance | path

Searched refs:pa_tmp_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dmballoc.h125 struct list_head pa_tmp_list; member
H A Dmballoc.c5485 list_add(&pa->u.pa_tmp_list, &list); in ext4_mb_discard_group_preallocations()
5489 list_for_each_entry_safe(pa, tmp, &list, u.pa_tmp_list) { in ext4_mb_discard_group_preallocations()
5503 list_del(&pa->u.pa_tmp_list); in ext4_mb_discard_group_preallocations()
5585 list_add(&pa->u.pa_tmp_list, &list); in ext4_discard_preallocations()
5611 list_for_each_entry_safe(pa, tmp, &list, u.pa_tmp_list) { in ext4_discard_preallocations()
5640 list_del(&pa->u.pa_tmp_list); in ext4_discard_preallocations()
5902 list_add(&pa->u.pa_tmp_list, &discard_list); in ext4_mb_discard_lg_preallocations()
5917 list_for_each_entry_safe(pa, tmp, &discard_list, u.pa_tmp_list) { in ext4_mb_discard_lg_preallocations()
5934 list_del(&pa->u.pa_tmp_list); in ext4_mb_discard_lg_preallocations()