Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass5.c258 EXT2_INODES_PER_BLOCK(fs->super)); in e2fsck_discard_inodes()
259 count -= (blk * EXT2_INODES_PER_BLOCK(fs->super) - start); in e2fsck_discard_inodes()
261 num = count / EXT2_INODES_PER_BLOCK(fs->super); in e2fsck_discard_inodes()
Dsuper.c601 inodes_per_block = EXT2_INODES_PER_BLOCK(fs->super); in check_super_block()
Dpass1.c1078 inodes_per_block = EXT2_INODES_PER_BLOCK(ctx->fs->super); in pass1_readahead()
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h277 #define EXT2_INODES_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s)/EXT2_INODE_SIZE(s)) macro
284 EXT2_INODES_PER_BLOCK(s))
Dinode.c431 inodes_per_block = EXT2_INODES_PER_BLOCK(scan->fs->super); in check_inode_block_sanity()
658 EXT2_INODES_PER_BLOCK(scan->fs->super) % in ext2fs_get_next_inode_full()
/external/e2fsprogs/misc/
De2image.c438 EXT2_INODES_PER_BLOCK(fs->super)); in mark_table_blocks()