Searched refs:s_flex_groups (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ext4/ |
| H A D | ialloc.c | 339 fg = sbi_array_rcu_deref(sbi, s_flex_groups, in ext4_free_inode() 382 s_flex_groups, g); in get_orlov_stats() 1229 atomic_inc(&sbi_array_rcu_deref(sbi, s_flex_groups, in __ext4_new_inode() 1252 atomic_dec(&sbi_array_rcu_deref(sbi, s_flex_groups, in __ext4_new_inode()
|
| H A D | super.c | 1268 flex_groups = rcu_access_pointer(sbi->s_flex_groups); in ext4_flex_groups_free() 3168 sizeof(*sbi->s_flex_groups)), GFP_KERNEL); in ext4_alloc_flex_bg_array() 3188 old_groups = rcu_dereference(sbi->s_flex_groups); in ext4_alloc_flex_bg_array() 3194 rcu_assign_pointer(sbi->s_flex_groups, new_groups); in ext4_alloc_flex_bg_array() 3223 fg = sbi_array_rcu_deref(sbi, s_flex_groups, flex_group); in ext4_fill_flex_info()
|
| H A D | resize.c | 1502 fg = sbi_array_rcu_deref(sbi, s_flex_groups, flex_group); in ext4_update_super()
|
| H A D | ext4.h | 1675 struct flex_groups * __rcu *s_flex_groups; member
|
| H A D | mballoc.c | 4166 s_flex_groups, flex_group); in ext4_mb_mark_context()
|