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/btrfs/ |
| H A D | qgroup.c | 233 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 …]
|
| H A D | qgroup.h | 292 struct list_head next_group; member
|
| /linux/fs/ |
| H A D | pnode.c | 228 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()
|
| /linux/fs/ext4/ |
| H A D | resize.c | 327 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/ocfs2/ |
| H A D | suballoc.c | 1871 u64 next_group; in ocfs2_search_chain() local 1917 next_group = le64_to_cpu(bg->bg_next_group); in ocfs2_search_chain() 1921 next_group, &group_bh); in ocfs2_search_chain()
|
| H A D | alloc.c | 7575 next_group: in ocfs2_trim_mainbm() 7670 goto next_group; in ocfs2_trim_mainbm()
|
| /linux/drivers/vfio/ |
| H A D | vfio_iommu_type1.c | 2675 struct vfio_iommu_group *group, *next_group; in vfio_iommu_type1_release() local 2677 list_for_each_entry_safe(group, next_group, in vfio_iommu_type1_release()
|