Home
last modified time | relevance | path

Searched refs:new_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
2322 new_groups = kvzalloc(roundup_pow_of_two(size * in ext4_alloc_flex_bg_array()
2324 if (!new_groups) { in ext4_alloc_flex_bg_array()
2330 new_groups[i] = kvzalloc(roundup_pow_of_two( in ext4_alloc_flex_bg_array()
2333 if (!new_groups[i]) { in ext4_alloc_flex_bg_array()
2335 kvfree(new_groups[j]); in ext4_alloc_flex_bg_array()
2336 kvfree(new_groups); in ext4_alloc_flex_bg_array()
2345 memcpy(new_groups, old_groups, in ext4_alloc_flex_bg_array()
2349 rcu_assign_pointer(sbi->s_flex_groups, new_groups); in ext4_alloc_flex_bg_array()