Home
last modified time | relevance | path

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

/fs/ext4/
Dsuper.c1982 struct flex_groups **old_groups, **new_groups; in ext4_alloc_flex_bg_array() local
1992 new_groups = ext4_kvzalloc(roundup_pow_of_two(size * in ext4_alloc_flex_bg_array()
1994 if (!new_groups) { in ext4_alloc_flex_bg_array()
2000 new_groups[i] = ext4_kvzalloc(roundup_pow_of_two( in ext4_alloc_flex_bg_array()
2003 if (!new_groups[i]) { in ext4_alloc_flex_bg_array()
2005 kvfree(new_groups[j]); in ext4_alloc_flex_bg_array()
2006 kvfree(new_groups); in ext4_alloc_flex_bg_array()
2015 memcpy(new_groups, old_groups, in ext4_alloc_flex_bg_array()
2019 rcu_assign_pointer(sbi->s_flex_groups, new_groups); in ext4_alloc_flex_bg_array()