Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:e2fsck_t

41 extern e2fsck_t e2fsck_global_ctx;   /* Try your very best not to use this! */
46 void fatal_error(e2fsck_t ctx, const char *msg)
62 void *e2fsck_allocate_memory(e2fsck_t ctx, unsigned int size,
80 char *string_copy(e2fsck_t ctx EXT2FS_ATTR((unused)),
196 int ask (e2fsck_t ctx, const char * string, int def)
213 void e2fsck_read_bitmaps(e2fsck_t ctx)
237 void e2fsck_write_bitmaps(e2fsck_t ctx)
254 void preenhalt(e2fsck_t ctx)
316 void print_resource_track(e2fsck_t ctx, const char *desc,
383 void e2fsck_read_inode(e2fsck_t ctx, unsigned long ino,
396 void e2fsck_read_inode_full(e2fsck_t ctx, unsigned long ino,
410 extern void e2fsck_write_inode_full(e2fsck_t ctx, unsigned long ino,
424 extern void e2fsck_write_inode(e2fsck_t ctx, unsigned long ino,
448 blk_t get_backup_sb(e2fsck_t ctx, ext2_filsys fs, const char *name,