Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dsuper.c1160 struct flex_groups **flex_groups; in ext4_put_super() local
1208 flex_groups = rcu_dereference(sbi->s_flex_groups); in ext4_put_super()
1209 if (flex_groups) { in ext4_put_super()
1211 kvfree(flex_groups[i]); in ext4_put_super()
1212 kvfree(flex_groups); in ext4_put_super()
2705 struct flex_groups **old_groups, **new_groups; in ext4_alloc_flex_bg_array()
2724 sizeof(struct flex_groups)), in ext4_alloc_flex_bg_array()
2740 sizeof(struct flex_groups *))); in ext4_alloc_flex_bg_array()
2753 struct flex_groups *fg; in ext4_fill_flex_info()
4003 struct flex_groups **flex_groups; in ext4_fill_super() local
[all …]
Dialloc.c336 struct flex_groups *fg; in ext4_free_inode()
380 struct flex_groups *fg = sbi_array_rcu_deref(EXT4_SB(sb), in get_orlov_stats()
Dext4.h361 struct flex_groups { struct
1560 struct flex_groups * __rcu *s_flex_groups;
Dresize.c1456 struct flex_groups *fg; in ext4_update_super()
Dmballoc.c3385 struct flex_groups *fg = sbi_array_rcu_deref(sbi, in ext4_mb_mark_bb()