Lines Matching defs:groups
5633 * Account for index blocks, block groups bitmaps and block group
5635 * worse case, the indexs blocks spread over different block groups
5638 * different block groups too. If they are contiguous, with flexbg,
5646 ext4_group_t groups, ngroups = ext4_get_groups_count(inode->i_sb);
5663 groups = idxblocks + pextents;
5664 gdpblocks = groups;
5665 if (groups > ngroups)
5666 groups = ngroups;
5667 if (groups > EXT4_SB(inode->i_sb)->s_gdb_count)
5671 ret += groups + gdpblocks;