/external/e2fsprogs/e2fsck/ |
pass4.c | 144 ext2fs_icount_fetch(ctx->inode_count, i, &link_counted); 155 ext2fs_icount_fetch(ctx->inode_count, i, 183 ext2fs_free_icount(ctx->inode_count); ctx->inode_count = 0;
|
pass3.c | 234 ext2fs_icount_store(ctx->inode_count, EXT2_ROOT_INO, 2); 488 ext2fs_icount_store(ctx->inode_count, ino, 2); 570 ext2fs_icount_increment(ctx->inode_count, ino, 0); 576 ext2fs_icount_decrement(ctx->inode_count, ino, 0);
|
pass2.c | 109 &ctx->inode_count); 110 if (ctx->inode_count) 116 &ctx->inode_count); 1099 ext2fs_icount_increment(ctx->inode_count, dirent->inode, [all...] |
e2fsck.h | 243 ext2_icount_t inode_count; member in struct:e2fsck_struct
|
/external/e2fsprogs/resize/ |
resize2fs.c | 1893 blk_t inode_count, blks_needed, groups, data_blocks; local [all...] |