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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmballoc.h118 struct list_head pa_group_list; member in struct:ext4_prealloc_space
H A Dmballoc.c610 pa = list_entry(cur, struct ext4_prealloc_space, pa_group_list);
2477 pa = list_entry(cur, struct ext4_prealloc_space, pa_group_list);
2478 list_del(&pa->pa_group_list);
3260 pa = list_entry(cur, struct ext4_prealloc_space, pa_group_list);
3331 list_del(&pa->pa_group_list);
3404 INIT_LIST_HEAD(&pa->pa_group_list);
3422 list_add(&pa->pa_group_list, &grp->bb_prealloc_list);
3464 INIT_LIST_HEAD(&pa->pa_group_list);
3483 list_add(&pa->pa_group_list, &grp->bb_prealloc_list);
3658 &grp->bb_prealloc_list, pa_group_list) {
[all...]

Completed in 206 milliseconds