Lines Matching refs:e2fsck_t
62 static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf);
66 static int allocate_dir_block(e2fsck_t ctx,
69 static void clear_htree(e2fsck_t ctx, ext2_ino_t ino);
78 e2fsck_t ctx;
81 void e2fsck_pass2(e2fsck_t ctx) in e2fsck_pass2()
351 static int check_dot(e2fsck_t ctx, in check_dot()
412 static int check_dotdot(e2fsck_t ctx, in check_dotdot()
458 static int check_name(e2fsck_t ctx, in check_name()
479 static int encrypted_check_name(e2fsck_t ctx, in encrypted_check_name()
496 static _INLINE_ int check_filetype(e2fsck_t ctx, in check_filetype()
744 e2fsck_t ctx; in check_dir_block()
1177 e2fsck_t ctx;
1208 static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf) in deallocate_inode()
1276 static void clear_htree(e2fsck_t ctx, ext2_ino_t ino) in clear_htree()
1288 int e2fsck_process_bad_inode(e2fsck_t ctx, ext2_ino_t dir, in e2fsck_process_bad_inode()
1437 static int allocate_dir_block(e2fsck_t ctx, in allocate_dir_block()