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 add_encrypted_dir(e2fsck_t ctx, ino_t ino);
71 static void handle_fs_bad_blocks(e2fsck_t ctx);
72 static void process_inodes(e2fsck_t ctx, char *block_buf);
76 static void adjust_extattr_refcount(e2fsck_t ctx, ext2_refcount_t refcount,
94 e2fsck_t ctx;
103 e2fsck_t ctx;
246 static void check_immutable(e2fsck_t ctx, struct problem_context *pctx) in check_immutable()
262 static void check_size(e2fsck_t ctx, struct problem_context *pctx) in check_size()
277 static void check_ea_in_inode(e2fsck_t ctx, struct problem_context *pctx) in check_ea_in_inode()
356 static void check_inode_extra_space(e2fsck_t ctx, struct problem_context *pctx) in check_inode_extra_space()
406 static void check_is_really_dir(e2fsck_t ctx, struct problem_context *pctx, in check_is_really_dir()
517 void e2fsck_setup_tdb_icount(e2fsck_t ctx, int flags, in e2fsck_setup_tdb_icount()
548 void e2fsck_pass1(e2fsck_t ctx) in e2fsck_pass1()
1258 e2fsck_t ctx; in scan_callback()
1263 process_inodes((e2fsck_t) fs->priv_data, scan_struct->block_buf); in scan_callback()
1276 static void process_inodes(e2fsck_t ctx, char *block_buf) in process_inodes()
1345 static void mark_inode_bad(e2fsck_t ctx, ino_t ino) in mark_inode_bad()
1366 static void add_encrypted_dir(e2fsck_t ctx, ino_t ino) in add_encrypted_dir()
1387 static void alloc_bb_map(e2fsck_t ctx) in alloc_bb_map()
1407 static void alloc_imagic_map(e2fsck_t ctx) in alloc_imagic_map()
1431 static _INLINE_ void mark_block_used(e2fsck_t ctx, blk64_t block) in mark_block_used()
1458 static _INLINE_ void mark_blocks_used(e2fsck_t ctx, blk64_t block, in mark_blocks_used()
1475 static void adjust_extattr_refcount(e2fsck_t ctx, ext2_refcount_t refcount, in adjust_extattr_refcount()
1517 static int check_ext_attr(e2fsck_t ctx, struct problem_context *pctx, in check_ext_attr()
1700 static int handle_htree(e2fsck_t ctx, struct problem_context *pctx, in handle_htree()
1757 void e2fsck_clear_inode(e2fsck_t ctx, ext2_ino_t ino, in e2fsck_clear_inode()
1785 static void scan_extent_node(e2fsck_t ctx, struct problem_context *pctx, in scan_extent_node()
1979 static void check_blocks_extents(e2fsck_t ctx, struct problem_context *pctx, in check_blocks_extents()
2024 static void check_blocks(e2fsck_t ctx, struct problem_context *pctx, in check_blocks()
2284 e2fsck_t ctx; in process_block()
2442 e2fsck_t ctx; in process_bad_block()
2594 static void new_table_block(e2fsck_t ctx, blk64_t first_block, dgrp_t group, in new_table_block()
2686 static void handle_fs_bad_blocks(e2fsck_t ctx) in handle_fs_bad_blocks()
2724 static void mark_table_blocks(e2fsck_t ctx) in mark_table_blocks()
2807 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in pass1_get_blocks()
2821 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in pass1_read_inode()
2832 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in pass1_write_inode()
2842 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in pass1_check_directory()
2855 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in e2fsck_get_alloc_block()
2886 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in e2fsck_block_alloc_stats()
2896 void e2fsck_use_inode_shortcuts(e2fsck_t ctx, int use_shortcuts) in e2fsck_use_inode_shortcuts()