Searched refs:discard_list (Results 1 – 1 of 1) sorted by relevance
4333 struct list_head discard_list; in ext4_mb_discard_lg_preallocations() local4338 INIT_LIST_HEAD(&discard_list); in ext4_mb_discard_lg_preallocations()4365 list_add(&pa->u.pa_tmp_list, &discard_list); in ext4_mb_discard_lg_preallocations()4380 list_for_each_entry_safe(pa, tmp, &discard_list, u.pa_tmp_list) { in ext4_mb_discard_lg_preallocations()