Home
last modified time | relevance | path

Searched refs:next_group (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/crypto/cavium/cpt/
H A Dcptpf.h55 u8 next_group; member
/linux/fs/ext4/
H A Dialloc.c1050 goto next_group; in __ext4_new_inode()
1059 goto next_group; in __ext4_new_inode()
1067 goto next_group; in __ext4_new_inode()
1071 goto next_group; in __ext4_new_inode()
1075 goto next_group; in __ext4_new_inode()
1082 goto next_group; in __ext4_new_inode()
1122 next_group: in __ext4_new_inode()
H A Dresize.c327 next_group: in ext4_alloc_group_tables()
351 goto next_group; in ext4_alloc_group_tables()
362 goto next_group; in ext4_alloc_group_tables()
376 goto next_group; in ext4_alloc_group_tables()
/linux/fs/btrfs/
H A Dqgroup.c233 struct btrfs_qgroup_list, next_group); in __del_qgroup_rb()
234 list_del(&list->next_group); in __del_qgroup_rb()
242 list_del(&list->next_group); in __del_qgroup_rb()
282 list_add_tail(&prealloc->next_group, &member->groups); in __add_relation_rb()
323 list_for_each_entry(list, &member->groups, next_group) { in del_relation_rb()
325 list_del(&list->next_group); in del_relation_rb()
1499 list_for_each_entry(glist, &qgroup->groups, next_group) in __qgroup_excl_accounting()
1575 list_for_each_entry(list, &member->groups, next_group) { in btrfs_add_qgroup_relation()
1632 list_for_each_entry(list, &member->groups, next_group) { in __del_qgroup_relation()
1825 struct btrfs_qgroup_list, next_group); in btrfs_remove_qgroup()
[all …]
/linux/fs/
H A Dpnode.c228 static struct mount *next_group(struct mount *m, struct mount *origin) in next_group() function
321 for (m = dest_mnt; m && !err; m = next_group(m, dest_mnt)) { in propagate_mnt()