Home | History | Annotate | Download | only in e2fsck

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,
75 static void clear_htree(e2fsck_t ctx, ext2_ino_t ino);
84 e2fsck_t ctx;
87 void e2fsck_pass2(e2fsck_t ctx)
350 static int check_dot(e2fsck_t ctx,
409 static int check_dotdot(e2fsck_t ctx,
453 static int check_name(e2fsck_t ctx,
479 static _INLINE_ int check_filetype(e2fsck_t ctx,
717 e2fsck_t ctx;
1090 e2fsck_t ctx = (e2fsck_t) priv_data;
1105 static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf)
1171 static void clear_htree(e2fsck_t ctx, ext2_ino_t ino)
1183 extern int e2fsck_process_bad_inode(e2fsck_t ctx, ext2_ino_t dir,
1325 static int allocate_dir_block(e2fsck_t ctx,