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()
342 static int check_dot(e2fsck_t ctx, in check_dot()
403 static int check_dotdot(e2fsck_t ctx, in check_dotdot()
448 static int check_name(e2fsck_t ctx, in check_name()
474 static _INLINE_ int check_filetype(e2fsck_t ctx, in check_filetype()
723 e2fsck_t ctx; in check_dir_block()
1162 e2fsck_t ctx = (e2fsck_t) priv_data; in deallocate_inode_block()
1177 static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf) in deallocate_inode()
1236 static void clear_htree(e2fsck_t ctx, ext2_ino_t ino) in clear_htree()
1248 extern int e2fsck_process_bad_inode(e2fsck_t ctx, ext2_ino_t dir, in e2fsck_process_bad_inode()
1397 static int allocate_dir_block(e2fsck_t ctx, in allocate_dir_block()