HomeSort by relevance Sort by last modified time
    Searched refs:group_desc_count (Results 1 - 25 of 28) sorted by null

1 2

  /external/e2fsprogs/resize/
resize2fs.c 195 fs->group_desc_count = ext2fs_div_ceil(fs->super->s_blocks_count -
198 if (fs->group_desc_count == 0)
200 fs->desc_blocks = ext2fs_div_ceil(fs->group_desc_count,
211 if (ext2fs_bg_has_super(fs, fs->group_desc_count - 1))
222 if ((fs->group_desc_count == 1) && rem && (rem < overhead))
231 new_inodes =(unsigned long long) fs->super->s_inodes_per_group * fs->group_desc_count;
238 fs->group_desc_count;
268 * fs->group_desc_count)) - 1 +
319 if (old_fs->group_desc_count > fs->group_desc_count) {
    [all...]
online.c 100 size = fs->group_desc_count * sb->s_blocks_per_group +
111 for (i = fs->group_desc_count;
112 i < new_fs->group_desc_count; i++) {
116 if (ext2fs_bg_has_super(new_fs, new_fs->group_desc_count - 1))
125 if (i == new_fs->group_desc_count-1) {