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

  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 222 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))
225 #define EXT2_MAX_INODES_PER_GROUP(s) ((1 << 16) - EXT2_INODES_PER_BLOCK(s))
  /external/e2fsprogs/e2fsck/
super.c 472 inodes_per_block = EXT2_INODES_PER_BLOCK(fs->super);

Completed in 19 milliseconds