Searched refs:EXT2_BLOCKS_PER_GROUP (Results 1 - 10 of 10) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dimager.c310 cnt = EXT2_BLOCKS_PER_GROUP(fs->super) * fs->group_desc_count;
311 size = EXT2_BLOCKS_PER_GROUP(fs->super) / 8;
385 cnt = EXT2_BLOCKS_PER_GROUP(fs->super) * fs->group_desc_count;
386 size = EXT2_BLOCKS_PER_GROUP(fs->super) / 8;
H A Dalloc.c186 EXT2_BLOCKS_PER_GROUP(fs->super));
189 EXT2_BLOCKS_PER_GROUP(fs->super)) == 0)
192 EXT2_BLOCKS_PER_GROUP(fs->super));
H A Dopenfs.c280 if (EXT2_BLOCKS_PER_GROUP(fs->super) !=
319 blocks_per_group = EXT2_BLOCKS_PER_GROUP(fs->super);
H A Dbitmaps.c141 real_end = ((__u64) EXT2_BLOCKS_PER_GROUP(fs->super)
H A Drw_bitmaps.c87 % (__u64) EXT2_BLOCKS_PER_GROUP(fs->super)));
H A Dinitialize.c268 EXT2_BLOCKS_PER_GROUP(super));
H A Dext2_fs.h249 #define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group) macro
/external/e2fsprogs/resize/
H A Dresize2fs.c333 EXT2_BLOCKS_PER_GROUP(fs->super));
407 real_end = (((blk64_t) EXT2_BLOCKS_PER_GROUP(fs->super) *
2065 EXT2_BLOCKS_PER_GROUP(fs->super);
2067 EXT2_BLOCKS_PER_GROUP(fs->super));
2109 data_blocks = groups * EXT2_BLOCKS_PER_GROUP(fs->super);
2120 last_start += EXT2_BLOCKS_PER_GROUP(fs->super) -
2141 EXT2_BLOCKS_PER_GROUP(fs->super));
2143 data_blocks += extra_grps * EXT2_BLOCKS_PER_GROUP(fs->super);
2147 last_start += EXT2_BLOCKS_PER_GROUP(fs->super) - overhead;
2158 last_start += EXT2_BLOCKS_PER_GROUP(f
[all...]
H A Donline.c93 EXT2_BLOCKS_PER_GROUP(fs->super)),
/external/e2fsprogs/misc/
H A Dtune2fs.c1367 EXT2_BLOCKS_PER_GROUP(fs->super) * group;
1370 * so we can check with EXT2_BLOCKS_PER_GROUP even for last block group
1372 end_blk = start_blk + EXT2_BLOCKS_PER_GROUP(fs->super);

Completed in 2256 milliseconds