Searched refs:next_group (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/crypto/cavium/cpt/ |
H A D | cptpf.h | 55 u8 next_group; member
|
/linux/fs/ext4/ |
H A D | ialloc.c | 1042 goto next_group; in __ext4_new_inode() 1051 goto next_group; in __ext4_new_inode() 1059 goto next_group; in __ext4_new_inode() 1063 goto next_group; in __ext4_new_inode() 1067 goto next_group; in __ext4_new_inode() 1074 goto next_group; in __ext4_new_inode() 1114 next_group: in __ext4_new_inode()
|
H A D | resize.c | 328 next_group: in ext4_alloc_group_tables() 352 goto next_group; in ext4_alloc_group_tables() 363 goto next_group; in ext4_alloc_group_tables() 377 goto next_group; in ext4_alloc_group_tables()
|
/linux/fs/ |
H A D | pnode.c | 183 static struct mount *next_group(struct mount *m, struct mount *origin) in next_group() function 312 for (m = next_group(dest_mnt, dest_mnt); m; in propagate_mnt() 313 m = next_group(m, dest_mnt)) { in propagate_mnt()
|
/linux/fs/btrfs/ |
H A D | qgroup.c | 236 struct btrfs_qgroup_list, next_group); in __del_qgroup_rb() 237 list_del(&list->next_group); in __del_qgroup_rb() 245 list_del(&list->next_group); in __del_qgroup_rb() 285 list_add_tail(&prealloc->next_group, &member->groups); in __add_relation_rb() 326 list_for_each_entry(list, &member->groups, next_group) { in del_relation_rb() 328 list_del(&list->next_group); in del_relation_rb() 1518 list_for_each_entry(glist, &qgroup->groups, next_group) in __qgroup_excl_accounting() 1592 list_for_each_entry(list, &member->groups, next_group) { in btrfs_add_qgroup_relation() 1650 list_for_each_entry(list, &member->groups, next_group) { in __del_qgroup_relation() 1827 struct btrfs_qgroup_list, next_group); in btrfs_remove_qgroup() [all …]
|
H A D | qgroup.h | 289 struct list_head next_group; member
|
/linux/drivers/vfio/ |
H A D | vfio_iommu_type1.c | 2577 struct vfio_iommu_group *group, *next_group; in vfio_iommu_type1_release() local 2579 list_for_each_entry_safe(group, next_group, in vfio_iommu_type1_release()
|
/linux/fs/ocfs2/ |
H A D | alloc.c | 7554 next_group: in ocfs2_trim_mainbm() 7649 goto next_group; in ocfs2_trim_mainbm()
|