Searched refs:problem_context (Results 1 – 16 of 16) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | problem.h | 14 struct problem_context { struct 1262 int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx); 1266 void clear_problem_context(struct problem_context *pctx); 1270 struct problem_context *pctx, int first,
|
D | pass5.c | 36 struct problem_context pctx; in e2fsck_pass5() 84 struct problem_context pctx; in check_inode_bitmap_checksum() 138 struct problem_context pctx; in check_block_bitmap_checksum() 270 struct problem_context *pctx) in print_bitmap_problem() 320 struct problem_context pctx; in check_block_bitmaps() 435 struct problem_context pctx2; in check_block_bitmaps() 574 struct problem_context pctx; in check_inode_bitmaps() 676 struct problem_context pctx2; in check_inode_bitmaps() 840 struct problem_context pctx; in check_inode_end() 884 struct problem_context pctx; in check_block_end()
|
D | message.c | 246 struct problem_context *pctx, in expand_at_expression() 271 struct problem_context *ctx) in expand_inode_expression() 355 struct problem_context *ctx) in expand_dirent_expression() 395 struct problem_context *ctx) in expand_percent_expression() 517 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 | super.c | 31 struct problem_context pctx; in check_super_value() 50 struct problem_context pctx; in check_super_value64() 71 struct problem_context *pctx; 91 struct problem_context *pctx; in release_inode_block() 190 struct problem_context *pctx) in release_inode_blocks() 296 struct problem_context pctx; in e2fsck_write_all_quotas() 325 struct problem_context pctx; in release_orphan_inodes() 429 struct problem_context pctx; in check_resize_inode() 558 struct problem_context pctx; in e2fsck_fix_dirhash_hint() 596 struct problem_context pctx; in check_super_block()
|
D | pass4.c | 33 struct problem_context pctx; in disconnect_inode() 124 struct problem_context pctx; in check_ea_inode() 146 struct problem_context pctx; in e2fsck_pass4()
|
D | pass1.c | 73 static void check_blocks(e2fsck_t ctx, struct problem_context *pctx, 103 struct problem_context *pctx; 272 struct problem_context *pctx) 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() 337 struct problem_context *pctx, 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() [all …]
|
D | journal.c | 283 struct problem_context pctx; in e2fsck_get_journal() 536 struct problem_context *pctx) in e2fsck_journal_fix_bad_inode() 571 struct problem_context pctx; in clear_v2_journal_fields() 590 struct problem_context pctx; in e2fsck_journal_load() 740 struct problem_context *pctx) in e2fsck_journal_fix_corrupt_super() 801 struct problem_context pctx; in e2fsck_check_ext3_journal() 925 struct problem_context pctx; in recover_ext3_journal() 1031 struct problem_context pctx; in e2fsck_move_ext3_journal() 1156 struct problem_context pctx; in e2fsck_fix_ext3_journal_hint()
|
D | quota.c | 72 struct problem_context pctx; in e2fsck_hide_quota() 103 struct problem_context pctx; in e2fsck_validate_quota_inodes()
|
D | pass2.c | 72 char *buf, struct problem_context *pctx); 80 struct problem_context pctx; 124 struct problem_context pctx; in e2fsck_pass2() 376 ext2_ino_t ino, struct problem_context *pctx) in check_dot() 440 ext2_ino_t ino, struct problem_context *pctx) in check_dotdot() 487 struct problem_context *pctx) in check_name() 508 struct problem_context *pctx) in encrypted_check_name() 526 struct problem_context *pctx) in check_filetype() 817 struct problem_context *pctx, in fix_inline_dir_size() 926 struct problem_context pctx; in check_dir_block() [all …]
|
D | pass1b.c | 214 struct problem_context pctx; in e2fsck_pass1_dupblocks() 285 struct problem_context *pctx; 295 struct problem_context pctx; in pass1b() 478 struct problem_context pctx; in pass1c() 506 struct problem_context pctx; in pass1d() 689 struct problem_context pctx; in delete_file() 914 struct problem_context pctx; in clone_file()
|
D | e2fsck.h | 504 struct problem_context; 510 struct problem_context *pctx); 512 struct problem_context *pctx, 582 struct problem_context *pctx);
|
D | extents.c | 353 struct problem_context pctx; in rebuild_extents() 415 struct problem_context *pctx) in e2fsck_check_rebuild_extents() 514 struct problem_context *pctx, in e2fsck_should_rebuild_extents()
|
D | problem.c | 2136 struct problem_context pctx; in end_problem_latch() 2171 void clear_problem_context(struct problem_context *ctx) in clear_problem_context() 2173 memset(ctx, 0, sizeof(struct problem_context)); in clear_problem_context() 2192 int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx) in fix_problem() 2371 struct problem_context *pctx, int first, in print_e2fsck_message()
|
D | rehash.c | 367 struct problem_context pctx; in duplicate_search_and_fix() 852 struct problem_context *pctx) in e2fsck_rehash_dir() 973 struct problem_context pctx; in e2fsck_rehash_directories()
|
D | unix.c | 341 struct problem_context pctx; in check_if_skip() 1194 struct problem_context pctx; in e2fsck_check_mmp() 1377 struct problem_context pctx; in main()
|