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

  /external/syslinux/core/fs/ext2/
ext2.c 138 inode_offset / EXT2_INODES_PER_BLOCK(fs);
139 block_off = inode_offset % EXT2_INODES_PER_BLOCK(fs);
ext2_fs.h 290 #define EXT2_INODES_PER_BLOCK(fs) (EXT2_SB(fs)->s_inodes_per_block)
  /external/syslinux/libinstaller/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 260 EXT2_INODES_PER_BLOCK(fs->super));
261 count -= (blk * EXT2_INODES_PER_BLOCK(fs->super) - start);
263 num = count / EXT2_INODES_PER_BLOCK(fs->super);
super.c 482 inodes_per_block = EXT2_INODES_PER_BLOCK(fs->super);
pass1.c 968 inodes_per_block = EXT2_INODES_PER_BLOCK(ctx->fs->super);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 266 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s))
273 EXT2_INODES_PER_BLOCK(s))
    [all...]
inode.c 431 inodes_per_block = EXT2_INODES_PER_BLOCK(scan->fs->super);
657 EXT2_INODES_PER_BLOCK(scan->fs->super) %
  /external/e2fsprogs/misc/
e2image.c 429 EXT2_INODES_PER_BLOCK(fs->super));
    [all...]

Completed in 170 milliseconds