Home
last modified time | relevance | path

Searched refs:EXT2_INODES_PER_BLOCK (Results 1 – 9 of 9) sorted by relevance

/external/syslinux/core/fs/ext2/
Dext2.c138 inode_offset / EXT2_INODES_PER_BLOCK(fs); in ext2_get_inode()
139 block_off = inode_offset % EXT2_INODES_PER_BLOCK(fs); in ext2_get_inode()
Dext2_fs.h290 #define EXT2_INODES_PER_BLOCK(fs) (EXT2_SB(fs)->s_inodes_per_block) macro
/external/e2fsprogs/e2fsck/
Dpass5.c260 EXT2_INODES_PER_BLOCK(fs->super)); in e2fsck_discard_inodes()
261 count -= (blk * EXT2_INODES_PER_BLOCK(fs->super) - start); in e2fsck_discard_inodes()
263 num = count / EXT2_INODES_PER_BLOCK(fs->super); in e2fsck_discard_inodes()
Dsuper.c482 inodes_per_block = EXT2_INODES_PER_BLOCK(fs->super); in check_super_block()
Dpass1.c968 inodes_per_block = EXT2_INODES_PER_BLOCK(ctx->fs->super); in pass1_readahead()
/external/syslinux/libinstaller/ext2fs/
Dext2_fs.h252 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s)) macro
259 EXT2_INODES_PER_BLOCK(s))
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h266 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s)) macro
273 EXT2_INODES_PER_BLOCK(s))
Dinode.c431 inodes_per_block = EXT2_INODES_PER_BLOCK(scan->fs->super); in check_inode_block_sanity()
657 EXT2_INODES_PER_BLOCK(scan->fs->super) % in ext2fs_get_next_inode_full()
/external/e2fsprogs/misc/
De2image.c429 EXT2_INODES_PER_BLOCK(fs->super)); in mark_table_blocks()