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,
69 static void clear_htree(e2fsck_t ctx, ext2_ino_t ino);
78 e2fsck_t ctx;
81 void e2fsck_pass2(e2fsck_t ctx)
342 static int check_dot(e2fsck_t ctx,
403 static int check_dotdot(e2fsck_t ctx,
448 static int check_name(e2fsck_t ctx,
474 static _INLINE_ int check_filetype(e2fsck_t ctx,
723 e2fsck_t ctx;
1157 e2fsck_t ctx = (e2fsck_t) priv_data;
1172 static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf)
1231 static void clear_htree(e2fsck_t ctx, ext2_ino_t ino)
1243 extern int e2fsck_process_bad_inode(e2fsck_t ctx, ext2_ino_t dir,
1392 static int allocate_dir_block(e2fsck_t ctx,