Lines Matching defs:groups
5694 * Account for index blocks, block groups bitmaps and block group
5696 * worse case, the indexs blocks spread over different block groups
5699 * different block groups too. If they are contiguous, with flexbg,
5707 ext4_group_t groups, ngroups = ext4_get_groups_count(inode->i_sb);
5724 groups = idxblocks + pextents;
5725 gdpblocks = groups;
5726 if (groups > ngroups)
5727 groups = ngroups;
5728 if (groups > EXT4_SB(inode->i_sb)->s_gdb_count)
5732 ret += groups + gdpblocks;