Lines Matching refs:e2fsck_t
73 static void check_blocks(e2fsck_t ctx, struct problem_context *pctx,
76 static void mark_table_blocks(e2fsck_t ctx);
77 static void alloc_bb_map(e2fsck_t ctx);
78 static void alloc_imagic_map(e2fsck_t ctx);
79 static void mark_inode_bad(e2fsck_t ctx, ino_t ino);
80 static void add_encrypted_dir(e2fsck_t ctx, ino_t ino);
81 static void handle_fs_bad_blocks(e2fsck_t ctx);
82 static void process_inodes(e2fsck_t ctx, char *block_buf);
86 static void adjust_extattr_refcount(e2fsck_t ctx, ext2_refcount_t refcount,
105 e2fsck_t ctx;
117 e2fsck_t ctx;
271 static void check_extents_inlinedata(e2fsck_t ctx, in check_extents_inlinedata()
290 static void check_immutable(e2fsck_t ctx, struct problem_context *pctx) in check_immutable()
306 static void check_size(e2fsck_t ctx, struct problem_context *pctx) in check_size()
335 static problem_t check_large_ea_inode(e2fsck_t ctx, in check_large_ea_inode()
396 static void inc_ea_inode_refs(e2fsck_t ctx, struct problem_context *pctx, in inc_ea_inode_refs()
421 static void check_ea_in_inode(e2fsck_t ctx, struct problem_context *pctx, in check_ea_in_inode()
571 static void check_inode_extra_space(e2fsck_t ctx, struct problem_context *pctx, in check_inode_extra_space()
660 static void check_is_really_dir(e2fsck_t ctx, struct problem_context *pctx, in check_is_really_dir()
812 extern errcode_t e2fsck_setup_icount(e2fsck_t ctx, const char *icount_name, in e2fsck_setup_icount()
853 e2fsck_t ctx, in recheck_bad_inode_checksum()
884 static void reserve_block_for_root_repair(e2fsck_t ctx) in reserve_block_for_root_repair()
901 static void reserve_block_for_lnf_repair(e2fsck_t ctx) in reserve_block_for_lnf_repair()
944 static void finish_processing_inode(e2fsck_t ctx, ext2_ino_t ino, in finish_processing_inode()
988 static int fix_inline_data_extents_file(e2fsck_t ctx, in fix_inline_data_extents_file()
1067 static void pass1_readahead(e2fsck_t ctx, dgrp_t *group, ext2_ino_t *next_ino) in pass1_readahead()
1156 void e2fsck_pass1(e2fsck_t ctx) in e2fsck_pass1()
2081 e2fsck_t ctx; in scan_callback()
2086 process_inodes((e2fsck_t) fs->priv_data, scan_struct->block_buf); in scan_callback()
2099 static void process_inodes(e2fsck_t ctx, char *block_buf) in process_inodes()
2170 static void mark_inode_bad(e2fsck_t ctx, ino_t ino) in mark_inode_bad()
2191 static void add_encrypted_dir(e2fsck_t ctx, ino_t ino) in add_encrypted_dir()
2212 static void alloc_bb_map(e2fsck_t ctx) in alloc_bb_map()
2232 static void alloc_imagic_map(e2fsck_t ctx) in alloc_imagic_map()
2256 static _INLINE_ void mark_block_used(e2fsck_t ctx, blk64_t block) in mark_block_used()
2291 static _INLINE_ void mark_blocks_used(e2fsck_t ctx, blk64_t block, in mark_blocks_used()
2311 static void adjust_extattr_refcount(e2fsck_t ctx, ext2_refcount_t refcount, in adjust_extattr_refcount()
2355 static int check_ext_attr(e2fsck_t ctx, struct problem_context *pctx, in check_ext_attr()
2624 static int handle_htree(e2fsck_t ctx, struct problem_context *pctx, in handle_htree()
2681 void e2fsck_clear_inode(e2fsck_t ctx, ext2_ino_t ino, in e2fsck_clear_inode()
2725 static int has_unaligned_cluster_map(e2fsck_t ctx, in has_unaligned_cluster_map()
2753 static void scan_extent_node(e2fsck_t ctx, struct problem_context *pctx, in scan_extent_node()
3132 static void check_blocks_extents(e2fsck_t ctx, struct problem_context *pctx, in check_blocks_extents()
3219 static void check_blocks_inline_data(e2fsck_t ctx, struct problem_context *pctx, in check_blocks_inline_data()
3266 static void check_blocks(e2fsck_t ctx, struct problem_context *pctx, in check_blocks()
3594 e2fsck_t ctx; in process_block()
3802 e2fsck_t ctx; in process_bad_block()
3949 static void new_table_block(e2fsck_t ctx, blk64_t first_block, dgrp_t group, in new_table_block()
4043 static void handle_fs_bad_blocks(e2fsck_t ctx) in handle_fs_bad_blocks()
4081 static void mark_table_blocks(e2fsck_t ctx) in mark_table_blocks()
4170 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in pass1_get_blocks()
4184 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in pass1_read_inode()
4195 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in pass1_write_inode()
4205 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in pass1_check_directory()
4218 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in e2fsck_get_alloc_block()
4250 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in e2fsck_new_range()
4269 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in e2fsck_block_alloc_stats()
4289 e2fsck_t ctx = (e2fsck_t) fs->priv_data; in e2fsck_block_alloc_stats_range()
4308 void e2fsck_use_inode_shortcuts(e2fsck_t ctx, int use_shortcuts) in e2fsck_use_inode_shortcuts()
4326 void e2fsck_intercept_block_allocations(e2fsck_t ctx) in e2fsck_intercept_block_allocations()