Lines Matching refs:e2fsck_t
88 static void delete_file(e2fsck_t ctx, ext2_ino_t ino,
90 static errcode_t clone_file(e2fsck_t ctx, ext2_ino_t ino,
92 static int check_if_fs_block(e2fsck_t ctx, blk64_t test_block);
93 static int check_if_fs_cluster(e2fsck_t ctx, blk64_t cluster);
95 static void pass1b(e2fsck_t ctx, char *block_buf);
96 static void pass1c(e2fsck_t ctx, char *block_buf);
97 static void pass1d(e2fsck_t ctx, char *block_buf);
119 static void add_dupe(e2fsck_t ctx, ext2_ino_t ino, blk64_t cluster, in add_dupe()
210 void e2fsck_pass1_dupblocks(e2fsck_t ctx, char *block_buf) in e2fsck_pass1_dupblocks()
260 e2fsck_t ctx;
268 static void pass1b(e2fsck_t ctx, char *block_buf) in pass1b()
351 e2fsck_t ctx; in process_pass1b_block()
424 static void pass1c(e2fsck_t ctx, char *block_buf) in pass1c()
446 static void pass1d(e2fsck_t ctx, char *block_buf) in pass1d()
568 static void decrement_badcount(e2fsck_t ctx, blk64_t block, in decrement_badcount()
590 e2fsck_t ctx; in delete_file_block()
621 static void delete_file(e2fsck_t ctx, ext2_ino_t ino, in delete_file()
691 e2fsck_t ctx;
706 e2fsck_t ctx; in clone_file_block()
781 static errcode_t clone_file(e2fsck_t ctx, ext2_ino_t ino, in clone_file()
880 static int check_if_fs_block(e2fsck_t ctx, blk64_t test_block) in check_if_fs_block()
917 static int check_if_fs_cluster(e2fsck_t ctx, blk64_t cluster) in check_if_fs_cluster()