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

  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 252 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))
259 EXT2_INODES_PER_BLOCK(s))
  /external/e2fsprogs/e2fsck/
pass5.c 142 EXT2_INODES_PER_BLOCK(fs->super));
143 count -= (blk * EXT2_INODES_PER_BLOCK(fs->super) - start);
145 num = count / EXT2_INODES_PER_BLOCK(fs->super);
super.c 484 inodes_per_block = EXT2_INODES_PER_BLOCK(fs->super);
  /external/e2fsprogs/misc/
e2image.c 423 EXT2_INODES_PER_BLOCK(fs->super));
    [all...]

Completed in 231 milliseconds