Searched refs:problem_context (Results 1 – 16 of 16) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | problem.h | 14 struct problem_context { struct 1232 int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx); 1236 void clear_problem_context(struct problem_context *pctx); 1240 struct problem_context *pctx, int first,
|
D | pass5.c | 38 struct problem_context pctx; in e2fsck_pass5() 86 struct problem_context pctx; in check_inode_bitmap_checksum() 140 struct problem_context pctx; in check_block_bitmap_checksum() 272 struct problem_context *pctx) in print_bitmap_problem() 322 struct problem_context pctx; in check_block_bitmaps() 437 struct problem_context pctx2; in check_block_bitmaps() 576 struct problem_context pctx; in check_inode_bitmaps() 678 struct problem_context pctx2; in check_inode_bitmaps() 842 struct problem_context pctx; in check_inode_end() 886 struct problem_context pctx; in check_block_end()
|
D | message.c | 243 struct problem_context *pctx, in expand_at_expression() 268 struct problem_context *ctx) in expand_inode_expression() 361 struct problem_context *ctx) in expand_dirent_expression() 401 struct problem_context *ctx) in expand_percent_expression() 524 struct problem_context *pctx, int first, in print_e2fsck_message()
|
D | pass3.c | 47 struct problem_context *pctx); 60 struct problem_context pctx; in e2fsck_pass3() 162 struct problem_context pctx; in check_root() 284 struct problem_context *pctx) in check_directory() 387 struct problem_context pctx; in e2fsck_get_lost_and_found() 597 struct problem_context pctx; in e2fsck_reconnect_file() 700 struct problem_context pctx; in fix_dotdot_proc() 734 struct problem_context pctx; in fix_dotdot()
|
D | pass1.c | 67 static void check_blocks(e2fsck_t ctx, struct problem_context *pctx, 96 struct problem_context *pctx; 288 struct problem_context *pctx) in check_extents_inlinedata() 306 static void check_immutable(e2fsck_t ctx, struct problem_context *pctx) in check_immutable() 322 static void check_size(e2fsck_t ctx, struct problem_context *pctx) in check_size() 336 static void check_ea_in_inode(e2fsck_t ctx, struct problem_context *pctx) in check_ea_in_inode() 466 static void check_inode_extra_space(e2fsck_t ctx, struct problem_context *pctx) in check_inode_extra_space() 552 static void check_is_really_dir(e2fsck_t ctx, struct problem_context *pctx, in check_is_really_dir() 744 struct problem_context *pctx) in recheck_bad_inode_checksum() 835 struct problem_context *pctx, in finish_processing_inode() [all …]
|
D | super.c | 31 struct problem_context pctx; in check_super_value() 50 struct problem_context *pctx; 68 struct problem_context *pctx; in release_inode_block() 159 struct problem_context *pctx) in release_inode_blocks() 236 struct problem_context pctx; in release_orphan_inodes() 319 struct problem_context pctx; in check_resize_inode() 440 struct problem_context pctx; in e2fsck_fix_dirhash_hint() 477 struct problem_context pctx; in check_super_block()
|
D | journal.c | 283 struct problem_context pctx; in e2fsck_get_journal() 533 struct problem_context *pctx) in e2fsck_journal_fix_bad_inode() 568 struct problem_context pctx; in clear_v2_journal_fields() 587 struct problem_context pctx; in e2fsck_journal_load() 737 struct problem_context *pctx) in e2fsck_journal_fix_corrupt_super() 798 struct problem_context pctx; in e2fsck_check_ext3_journal() 922 struct problem_context pctx; in recover_ext3_journal() 1028 struct problem_context pctx; in e2fsck_move_ext3_journal() 1153 struct problem_context pctx; in e2fsck_fix_ext3_journal_hint()
|
D | pass2.c | 72 char *buf, struct problem_context *pctx); 80 struct problem_context pctx; 91 struct problem_context pctx; in e2fsck_pass2() 354 ext2_ino_t ino, struct problem_context *pctx) in check_dot() 418 ext2_ino_t ino, struct problem_context *pctx) in check_dotdot() 465 struct problem_context *pctx) in check_name() 486 struct problem_context *pctx) in encrypted_check_name() 504 struct problem_context *pctx) in check_filetype() 790 struct problem_context *pctx, in fix_inline_dir_size() 899 struct problem_context pctx; in check_dir_block() [all …]
|
D | e2fsck.h | 484 struct problem_context; 490 struct problem_context *pctx); 492 struct problem_context *pctx, 565 struct problem_context *pctx);
|
D | pass1b.c | 214 struct problem_context pctx; in e2fsck_pass1_dupblocks() 267 struct problem_context *pctx; 277 struct problem_context pctx; in pass1b() 460 struct problem_context pctx; in pass1c() 488 struct problem_context pctx; in pass1d() 662 struct problem_context pctx; in delete_file() 865 struct problem_context pctx; in clone_file()
|
D | pass4.c | 32 struct problem_context pctx; in disconnect_inode() 98 struct problem_context pctx; in e2fsck_pass4()
|
D | quota.c | 62 struct problem_context pctx; in e2fsck_hide_quota()
|
D | extents.c | 352 struct problem_context pctx; in rebuild_extents() 414 struct problem_context *pctx) in e2fsck_check_rebuild_extents() 513 struct problem_context *pctx, in e2fsck_should_rebuild_extents()
|
D | problem.c | 2079 struct problem_context pctx; in end_problem_latch() 2114 void clear_problem_context(struct problem_context *ctx) in clear_problem_context() 2116 memset(ctx, 0, sizeof(struct problem_context)); in clear_problem_context() 2135 int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx) in fix_problem() 2314 struct problem_context *pctx, int first, in print_e2fsck_message()
|
D | rehash.c | 367 struct problem_context pctx; in duplicate_search_and_fix() 788 struct problem_context *pctx) in e2fsck_rehash_dir() 909 struct problem_context pctx; in e2fsck_rehash_directories()
|
D | unix.c | 338 struct problem_context pctx; in check_if_skip() 1152 struct problem_context pctx; in e2fsck_check_mmp() 1334 struct problem_context pctx; in main()
|