Lines Matching refs:e2fsck_t
64 static void check_blocks(e2fsck_t ctx, struct problem_context *pctx,
66 static void mark_table_blocks(e2fsck_t ctx);
67 static void alloc_bb_map(e2fsck_t ctx);
68 static void alloc_imagic_map(e2fsck_t ctx);
69 static void mark_inode_bad(e2fsck_t ctx, ino_t ino);
70 static void handle_fs_bad_blocks(e2fsck_t ctx);
71 static void process_inodes(e2fsck_t ctx, char *block_buf);
75 static void adjust_extattr_refcount(e2fsck_t ctx, ext2_refcount_t refcount,
92 e2fsck_t ctx;
101 e2fsck_t ctx;
239 static void check_immutable(e2fsck_t ctx, struct problem_context *pctx) in check_immutable()
255 static void check_size(e2fsck_t ctx, struct problem_context *pctx) in check_size()
270 static void check_ea_in_inode(e2fsck_t ctx, struct problem_context *pctx) in check_ea_in_inode()
350 static void check_inode_extra_space(e2fsck_t ctx, struct problem_context *pctx) in check_inode_extra_space()
400 static void check_is_really_dir(e2fsck_t ctx, struct problem_context *pctx, in check_is_really_dir()
512 extern void e2fsck_setup_tdb_icount(e2fsck_t ctx, int flags, in e2fsck_setup_tdb_icount()
543 void e2fsck_pass1(e2fsck_t ctx) in e2fsck_pass1()
1185 e2fsck_t ctx; in scan_callback()
1190 process_inodes((e2fsck_t) fs->priv_data, scan_struct->block_buf); in scan_callback()
1203 static void process_inodes(e2fsck_t ctx, char *block_buf) in process_inodes()
1266 static void mark_inode_bad(e2fsck_t ctx, ino_t ino) in mark_inode_bad()
1290 static void alloc_bb_map(e2fsck_t ctx) in alloc_bb_map()
1310 static void alloc_imagic_map(e2fsck_t ctx) in alloc_imagic_map()
1334 static _INLINE_ void mark_block_used(e2fsck_t ctx, blk_t block) in mark_block_used()
1367 static void adjust_extattr_refcount(e2fsck_t ctx, ext2_refcount_t refcount, in adjust_extattr_refcount()
1409 static int check_ext_attr(e2fsck_t ctx, struct problem_context *pctx, in check_ext_attr()
1591 static int handle_htree(e2fsck_t ctx, struct problem_context *pctx, in handle_htree()
1648 void e2fsck_clear_inode(e2fsck_t ctx, ext2_ino_t ino, in e2fsck_clear_inode()
1673 static void scan_extent_node(e2fsck_t ctx, struct problem_context *pctx, in scan_extent_node()
1821 static void check_blocks_extents(e2fsck_t ctx, struct problem_context *pctx, in check_blocks_extents()
1872 static void check_blocks(e2fsck_t ctx, struct problem_context *pctx, in check_blocks()
2130 e2fsck_t ctx; in process_block()
2281 e2fsck_t ctx; in process_bad_block()
2433 static void new_table_block(e2fsck_t ctx, blk_t first_block, int group, in new_table_block()
2523 static void handle_fs_bad_blocks(e2fsck_t ctx) in handle_fs_bad_blocks()
2554 static void mark_table_blocks(e2fsck_t ctx) in mark_table_blocks()
2637 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in pass1_get_blocks()
2651 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in pass1_read_inode()
2662 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in pass1_write_inode()
2672 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in pass1_check_directory()
2685 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in e2fsck_get_alloc_block()
2716 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in e2fsck_block_alloc_stats()
2728 void e2fsck_use_inode_shortcuts(e2fsck_t ctx, int bool) in e2fsck_use_inode_shortcuts()