Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dmballoc.h101 struct list_head pa_group_list; member
Dmballoc.c692 pa = list_entry(cur, struct ext4_prealloc_space, pa_group_list); in __mb_check_buddy()
2978 pa = list_entry(cur, struct ext4_prealloc_space, pa_group_list); in ext4_mb_cleanup_pa()
2979 list_del(&pa->pa_group_list); in ext4_mb_cleanup_pa()
3954 pa = list_entry(cur, struct ext4_prealloc_space, pa_group_list); in ext4_mb_generate_from_pa()
4049 list_del(&pa->pa_group_list); in ext4_mb_put_pa()
4123 INIT_LIST_HEAD(&pa->pa_group_list); in ext4_mb_new_inode_pa()
4142 list_add(&pa->pa_group_list, &grp->bb_prealloc_list); in ext4_mb_new_inode_pa()
4179 INIT_LIST_HEAD(&pa->pa_group_list); in ext4_mb_new_group_pa()
4199 list_add(&pa->pa_group_list, &grp->bb_prealloc_list); in ext4_mb_new_group_pa()
4343 &grp->bb_prealloc_list, pa_group_list) { in ext4_mb_discard_group_preallocations()
[all …]