Lines Matching refs:e2fsck_t
88 static void delete_file(e2fsck_t ctx, ext2_ino_t ino,
90 static int clone_file(e2fsck_t ctx, ext2_ino_t ino,
92 static int check_if_fs_block(e2fsck_t ctx, blk_t test_blk);
94 static void pass1b(e2fsck_t ctx, char *block_buf);
95 static void pass1c(e2fsck_t ctx, char *block_buf);
96 static void pass1d(e2fsck_t ctx, char *block_buf);
118 static void add_dupe(e2fsck_t ctx, ext2_ino_t ino, blk_t blk, in add_dupe()
209 void e2fsck_pass1_dupblocks(e2fsck_t ctx, char *block_buf) in e2fsck_pass1_dupblocks()
257 e2fsck_t ctx;
264 static void pass1b(e2fsck_t ctx, char *block_buf) in pass1b()
337 e2fsck_t ctx; in process_pass1b_block()
405 static void pass1c(e2fsck_t ctx, char *block_buf) in pass1c()
427 static void pass1d(e2fsck_t ctx, char *block_buf) in pass1d()
548 static void decrement_badcount(e2fsck_t ctx, blk_t block, struct dup_block *p) in decrement_badcount()
566 e2fsck_t ctx; in delete_file_block()
591 static void delete_file(e2fsck_t ctx, ext2_ino_t ino, in delete_file()
650 e2fsck_t ctx;
665 e2fsck_t ctx; in clone_file_block()
720 static int clone_file(e2fsck_t ctx, ext2_ino_t ino, in clone_file()
813 static int check_if_fs_block(e2fsck_t ctx, blk_t test_block) in check_if_fs_block()