Lines Matching refs:s_groups_count
3058 if (sbi->s_groups_count >= MB_DEFAULT_LINEAR_SCAN_THRESHOLD &&
3061 } else if (sbi->s_groups_count < MB_DEFAULT_LINEAR_SCAN_THRESHOLD &&
3137 sbi->s_groups_count,
3205 err = ext4_alloc_flex_bg_array(sb, sbi->s_groups_count);
3209 for (i = 0; i < sbi->s_groups_count; i++) {
3300 ext4_group_t i, grp = sbi->s_groups_count;
3307 for (i = 0; i < sbi->s_groups_count; i++) {
3310 if (i == sbi->s_groups_count - 1 || flexbg_flag)
3316 if ((grp == sbi->s_groups_count) &&
3709 ext4_group_t ngroups = EXT4_SB(sb)->s_groups_count;
3941 ext4_group_t group, ngroups = EXT4_SB(sb)->s_groups_count;
4009 ext4_group_t ngroups = sbi->s_groups_count;
4824 sbi->s_groups_count = blocks_count;
4825 sbi->s_blockfile_groups = min_t(ext4_group_t, sbi->s_groups_count,
4827 if (((u64)sbi->s_groups_count * sbi->s_inodes_per_group) !=
4831 ((u64)sbi->s_groups_count * sbi->s_inodes_per_group));
4848 db_count = (sbi->s_groups_count + EXT4_DESC_PER_BLOCK(sb) - 1) /
5521 if (sbi->s_groups_count >= MB_DEFAULT_LINEAR_SCAN_THRESHOLD)
6596 for (g = 0; g < sbi->s_groups_count; g++) {