Searched refs:next_group (Results 1 – 5 of 5) sorted by relevance
/fs/btrfs/ |
D | qgroup.c | 128 struct list_head next_group; member 203 struct btrfs_qgroup_list, next_group); in __del_qgroup_rb() 204 list_del(&list->next_group); in __del_qgroup_rb() 212 list_del(&list->next_group); in __del_qgroup_rb() 251 list_add_tail(&list->next_group, &member->groups); in add_relation_rb() 270 list_for_each_entry(list, &member->groups, next_group) { in del_relation_rb() 272 list_del(&list->next_group); in del_relation_rb() 1067 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting() 1088 list_for_each_entry(glist, &qgroup->groups, next_group) { in __qgroup_excl_accounting() 1170 list_for_each_entry(list, &member->groups, next_group) { in btrfs_add_qgroup_relation() [all …]
|
/fs/ |
D | pnode.c | 185 static struct mount *next_group(struct mount *m, struct mount *origin) in next_group() function 323 for (m = next_group(dest_mnt, dest_mnt); m; in propagate_mnt() 324 m = next_group(m, dest_mnt)) { in propagate_mnt()
|
/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 | 840 goto next_group; in __ext4_new_inode() 877 next_group: in __ext4_new_inode()
|
/fs/ocfs2/ |
D | suballoc.c | 1762 u64 next_group; in ocfs2_search_chain() local 1797 next_group = le64_to_cpu(bg->bg_next_group); in ocfs2_search_chain() 1801 next_group, &group_bh); in ocfs2_search_chain()
|