Searched refs:inode_count (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | pass4.c | 134 ext2fs_icount_fetch(ctx->inode_count, i, &link_counted); in e2fsck_pass4() 145 ext2fs_icount_fetch(ctx->inode_count, i, in e2fsck_pass4() 165 ext2fs_free_icount(ctx->inode_count); ctx->inode_count = 0; in e2fsck_pass4()
|
D | pass3.c | 247 ext2fs_icount_store(ctx->inode_count, EXT2_ROOT_INO, 2); in check_root() 501 ext2fs_icount_store(ctx->inode_count, ino, 2); in e2fsck_get_lost_and_found() 583 ext2fs_icount_increment(ctx->inode_count, ino, 0); in e2fsck_adjust_inode_count() 589 ext2fs_icount_decrement(ctx->inode_count, ino, 0); in e2fsck_adjust_inode_count()
|
D | pass2.c | 118 &ctx->inode_count); in e2fsck_pass2() 119 if (ctx->inode_count) in e2fsck_pass2() 125 &ctx->inode_count); in e2fsck_pass2() 1029 ext2fs_icount_increment(ctx->inode_count, dirent->inode, in check_dir_block()
|
D | e2fsck.h | 232 ext2_icount_t inode_count; member
|