Searched refs:new_groups (Results 1 – 1 of 1) sorted by relevance
3150 struct flex_groups **old_groups, **new_groups; in ext4_alloc_flex_bg_array() local3160 new_groups = kvzalloc(roundup_pow_of_two(size * in ext4_alloc_flex_bg_array()3162 if (!new_groups) { in ext4_alloc_flex_bg_array()3168 new_groups[i] = kvzalloc(roundup_pow_of_two( in ext4_alloc_flex_bg_array()3171 if (!new_groups[i]) { in ext4_alloc_flex_bg_array()3173 kvfree(new_groups[j]); in ext4_alloc_flex_bg_array()3174 kvfree(new_groups); in ext4_alloc_flex_bg_array()3183 memcpy(new_groups, old_groups, in ext4_alloc_flex_bg_array()3187 rcu_assign_pointer(sbi->s_flex_groups, new_groups); in ext4_alloc_flex_bg_array()