Searched refs:discard_list (Results 1 – 1 of 1) sorted by relevance
4212 struct list_head discard_list; in ext4_mb_discard_lg_preallocations() local4217 INIT_LIST_HEAD(&discard_list); in ext4_mb_discard_lg_preallocations()4244 list_add(&pa->u.pa_tmp_list, &discard_list); in ext4_mb_discard_lg_preallocations()4259 list_for_each_entry_safe(pa, tmp, &discard_list, u.pa_tmp_list) { in ext4_mb_discard_lg_preallocations()