Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:e2fsck_t

34 extern e2fsck_t e2fsck_global_ctx;   /* Try your very best not to use this! */
39 void fatal_error(e2fsck_t ctx, const char *msg)
55 void *e2fsck_allocate_memory(e2fsck_t ctx, unsigned int size,
73 char *string_copy(e2fsck_t ctx EXT2FS_ATTR((unused)),
189 int ask (e2fsck_t ctx, const char * string, int def)
206 void e2fsck_read_bitmaps(e2fsck_t ctx)
230 void e2fsck_write_bitmaps(e2fsck_t ctx)
261 void preenhalt(e2fsck_t ctx)
353 void e2fsck_read_inode(e2fsck_t ctx, unsigned long ino,
366 extern void e2fsck_write_inode_full(e2fsck_t ctx, unsigned long ino,
380 extern void e2fsck_write_inode(e2fsck_t ctx, unsigned long ino,
404 blk_t get_backup_sb(e2fsck_t ctx, ext2_filsys fs, const char *name,