Searched refs:next_group (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | qgroup.c | 96 struct list_head next_group; member 171 struct btrfs_qgroup_list, next_group); in __del_qgroup_rb() 172 list_del(&list->next_group); in __del_qgroup_rb() 180 list_del(&list->next_group); in __del_qgroup_rb() 219 list_add_tail(&list->next_group, &member->groups); in add_relation_rb() 238 list_for_each_entry(list, &member->groups, next_group) { in del_relation_rb() 240 list_del(&list->next_group); in del_relation_rb() 1037 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting() 1058 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting() 1140 list_for_each_entry(list, &member->groups, next_group) { in btrfs_add_qgroup_relation() [all …]
|
/linux-4.1.27/fs/ |
D | pnode.c | 167 static struct mount *next_group(struct mount *m, struct mount *origin) in next_group() function 305 for (m = next_group(dest_mnt, dest_mnt); m; in propagate_mnt() 306 m = next_group(m, dest_mnt)) { in propagate_mnt()
|
/linux-4.1.27/fs/ext4/ |
D | resize.c | 267 next_group: in ext4_alloc_group_tables() 291 goto next_group; in ext4_alloc_group_tables() 302 goto next_group; in ext4_alloc_group_tables() 316 goto next_group; in ext4_alloc_group_tables()
|
D | ialloc.c | 824 goto next_group; in __ext4_new_inode() 861 next_group: in __ext4_new_inode()
|
/linux-4.1.27/mm/ |
D | percpu.c | 1817 next_group: in pcpu_build_alloc_info() 1826 goto next_group; in pcpu_build_alloc_info()
|
/linux-4.1.27/fs/ocfs2/ |
D | suballoc.c | 1751 u64 next_group; in ocfs2_search_chain() local 1786 next_group = le64_to_cpu(bg->bg_next_group); in ocfs2_search_chain() 1790 next_group, &group_bh); in ocfs2_search_chain()
|
/linux-4.1.27/kernel/sched/ |
D | fair.c | 6424 goto next_group; in update_sd_lb_stats() 6448 next_group: in update_sd_lb_stats()
|