Searched refs:new_groups (Results 1 – 1 of 1) sorted by relevance
2430 struct flex_groups **old_groups, **new_groups; in ext4_alloc_flex_bg_array() local2440 new_groups = kvzalloc(roundup_pow_of_two(size * in ext4_alloc_flex_bg_array()2442 if (!new_groups) { in ext4_alloc_flex_bg_array()2448 new_groups[i] = kvzalloc(roundup_pow_of_two( in ext4_alloc_flex_bg_array()2451 if (!new_groups[i]) { in ext4_alloc_flex_bg_array()2453 kvfree(new_groups[j]); in ext4_alloc_flex_bg_array()2454 kvfree(new_groups); in ext4_alloc_flex_bg_array()2463 memcpy(new_groups, old_groups, in ext4_alloc_flex_bg_array()2467 rcu_assign_pointer(sbi->s_flex_groups, new_groups); in ext4_alloc_flex_bg_array()