Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dsuper.c2312 struct flex_groups **old_groups, **new_groups; in ext4_alloc_flex_bg_array() local
2343 old_groups = rcu_dereference(sbi->s_flex_groups); in ext4_alloc_flex_bg_array()
2344 if (old_groups) in ext4_alloc_flex_bg_array()
2345 memcpy(new_groups, old_groups, in ext4_alloc_flex_bg_array()
2351 if (old_groups) in ext4_alloc_flex_bg_array()
2352 ext4_kvfree_array_rcu(old_groups); in ext4_alloc_flex_bg_array()