Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:e2fsck_t

44 static void check_root(e2fsck_t ctx);
45 static int check_directory(e2fsck_t ctx, ext2_ino_t ino,
47 static void fix_dotdot(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent);
52 void e2fsck_pass3(e2fsck_t ctx)
154 static void check_root(e2fsck_t ctx)
272 static int check_directory(e2fsck_t ctx, ext2_ino_t dir,
367 ext2_ino_t e2fsck_get_lost_and_found(e2fsck_t ctx, int fix)
513 int e2fsck_reconnect_file(e2fsck_t ctx, ext2_ino_t ino)
564 errcode_t e2fsck_adjust_inode_count(e2fsck_t ctx, ext2_ino_t ino, int adj)
610 e2fsck_t ctx;
652 static void fix_dotdot(e2fsck_t ctx, ext2_ino_t ino, ext2_ino_t parent)
696 e2fsck_t ctx;
711 e2fsck_t ctx;
763 errcode_t e2fsck_expand_directory(e2fsck_t ctx, ext2_ino_t dir,