Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmballoc.c443 * that the bb_prealloc_list is not empty and hence proceed for discarding
451 * sure that all the PAs on grp->bb_prealloc_list got freed or if it's empty.
767 list_for_each(cur, &grp->bb_prealloc_list) { in __mb_check_buddy()
3444 INIT_LIST_HEAD(&meta_group_info[i]->bb_prealloc_list); in ext4_mb_add_groupinfo()
3833 list_for_each_safe(cur, tmp, &grp->bb_prealloc_list) { in ext4_mb_cleanup_pa()
5078 list_for_each(cur, &grp->bb_prealloc_list) { in ext4_mb_generate_from_pa()
5314 list_add(&pa->pa_group_list, &grp->bb_prealloc_list); in ext4_mb_new_inode_pa()
5367 list_add(&pa->pa_group_list, &grp->bb_prealloc_list); in ext4_mb_new_group_pa()
5489 if (list_empty(&grp->bb_prealloc_list)) in ext4_mb_discard_group_preallocations()
5511 &grp->bb_prealloc_list, pa_group_lis in ext4_mb_discard_group_preallocations()
[all...]
H A Dext4.h3469 struct list_head bb_prealloc_list; member