HomeSort by relevance Sort by last modified time
    Searched refs:EXT2_BLOCKS_PER_GROUP (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/lib/ext2fs/
openfs.c 332 if (EXT2_BLOCKS_PER_GROUP(fs->super) !=
372 blocks_per_group = EXT2_BLOCKS_PER_GROUP(fs->super);
bitmaps.c 143 real_end = ((__u64) EXT2_BLOCKS_PER_GROUP(fs->super)
imager.c 429 size = EXT2_BLOCKS_PER_GROUP(fs->super) / 8;
initialize.c 282 EXT2_BLOCKS_PER_GROUP(super));
rw_bitmaps.c 86 % (__u64) EXT2_BLOCKS_PER_GROUP(fs->super)));
ext2_fs.h 274 #define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group)
292 #define EXT2_GROUPS_TO_BLOCKS(s, g) ((blk64_t) EXT2_BLOCKS_PER_GROUP(s) * \
    [all...]
  /external/e2fsprogs/resize/
online.c 101 EXT2_BLOCKS_PER_GROUP(fs->super)),
resize2fs.c 710 EXT2_BLOCKS_PER_GROUP(fs->super));
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c     [all...]

Completed in 141 milliseconds