Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:fs

30 	ext2_filsys fs = ctx->fs;
35 if (EXT2_INODE_SIZE(fs->super) > EXT2_GOOD_OLD_INODE_SIZE) {
36 e2fsck_read_inode_full(ctx, i, inode,EXT2_INODE_SIZE(fs->super),
46 if (EXT2_INODE_SIZE(fs->super) -EXT2_GOOD_OLD_INODE_SIZE -extra_size >0)
64 ext2fs_inode_alloc_stats2(fs, i, -1,
75 ext2fs_unmark_valid(fs);
82 ext2fs_unmark_valid(fs);
91 ext2_filsys fs = ctx->fs;
102 init_resource_track(&rtrack, ctx->fs->io);
114 maxgroup = fs->group_desc_count;
119 inode = e2fsck_allocate_memory(ctx, EXT2_INODE_SIZE(fs->super),
123 for (i=1; i <= fs->super->s_inodes_count && i > 0; i++) {
126 if ((i % fs->super->s_inodes_per_group) == 0) {
133 (i > EXT2_ROOT_INO && i < EXT2_FIRST_INODE(fs->super)))
146 fs->blocksize, "bad_inode buffer");
191 print_resource_track(ctx, _("Pass 4"), &rtrack, ctx->fs->io);