Searched refs:s_flex_groups_allocated (Results 1 – 2 of 2) sorted by relevance
1248 for (i = 0; i < sbi->s_flex_groups_allocated; i++) in ext4_put_super()3077 if (size <= sbi->s_flex_groups_allocated) in ext4_alloc_flex_bg_array()3087 for (i = sbi->s_flex_groups_allocated; i < size; i++) { in ext4_alloc_flex_bg_array()3092 for (j = sbi->s_flex_groups_allocated; j < i; j++) in ext4_alloc_flex_bg_array()3104 (sbi->s_flex_groups_allocated * in ext4_alloc_flex_bg_array()3108 sbi->s_flex_groups_allocated = size; in ext4_alloc_flex_bg_array()5560 for (i = 0; i < sbi->s_flex_groups_allocated; i++) in __ext4_fill_super()
1656 ext4_group_t s_flex_groups_allocated; member