Home
last modified time | relevance | path

Searched refs:fix_problem (Results 1 – 16 of 16) sorted by relevance

/external/e2fsprogs/e2fsck/
Dpass3.c72 fix_problem(ctx, PR_3_PASS_HEADER, &pctx); in e2fsck_pass3()
82 fix_problem(ctx, PR_3_ALLOCATE_IBITMAP_ERROR, &pctx); in e2fsck_pass3()
174 fix_problem(ctx, PR_3_ROOT_NOT_DIR_ABORT, &pctx); in check_root()
180 if (!fix_problem(ctx, PR_3_NO_ROOT_INODE, &pctx)) { in check_root()
181 fix_problem(ctx, PR_3_NO_ROOT_INODE_ABORT, &pctx); in check_root()
199 fix_problem(ctx, PR_3_CREATE_ROOT_ERROR, &pctx); in check_root()
225 fix_problem(ctx, PR_3_CREATE_ROOT_ERROR, &pctx); in check_root()
239 fix_problem(ctx, PR_3_CREATE_ROOT_ERROR, &pctx); in check_root()
249 fix_problem(ctx, PR_3_CREATE_ROOT_ERROR, &pctx); in check_root()
305 fix_problem(ctx, PR_3_NO_DIRINFO, pctx); in check_directory()
[all …]
Dpass1.c293 if (!fix_problem(ctx, PR_1_SPECIAL_EXTENTS_IDATA, pctx)) in check_extents_inlinedata()
311 if (!fix_problem(ctx, PR_1_SET_IMMUTABLE, pctx)) in check_immutable()
329 if (!fix_problem(ctx, PR_1_SET_NONZSIZE, pctx)) in check_size()
361 fix_problem(ctx, PR_1_EA_ALLOC_REGION_ABORT, pctx); in check_ea_in_inode()
442 if (problem == 0 || !fix_problem(ctx, problem, pctx)) in check_ea_in_inode()
493 if (!fix_problem(ctx, PR_1_EXTRA_ISIZE, pctx)) in check_inode_extra_space()
527 if (!fix_problem(ctx, PR_1_EA_TIME_OUT_OF_RANGE, pctx)) in check_inode_extra_space()
696 if (fix_problem(ctx, PR_1_TREAT_AS_DIRECTORY, pctx)) { in check_is_really_dir()
766 if (!fix_problem(ctx, PR_1_INODE_ONLY_CSUM_INVALID, pctx)) in recheck_bad_inode_checksum()
905 fix_problem(ctx, PR_1_CLEAR_INLINE_DATA_FOR_EXTENT, pctx)) { in fix_inline_data_extents_file()
[all …]
Dpass2.c116 fix_problem(ctx, PR_2_PASS_HEADER, &cd.pctx); in e2fsck_pass2()
122 fix_problem(ctx, PR_2_ALLOCATE_ICOUNT, &cd.pctx); in e2fsck_pass2()
162 fix_problem(ctx, PR_2_DBLIST_ITERATE, &cd.pctx); in e2fsck_pass2()
215 fix_problem(ctx, code, &pctx); in e2fsck_pass2()
223 fix_problem(ctx, code, &pctx); in e2fsck_pass2()
236 fix_problem(ctx, code, &pctx); in e2fsck_pass2()
241 fix_problem(ctx, code, &pctx); in e2fsck_pass2()
245 fix_problem(ctx, code, &pctx); in e2fsck_pass2()
249 if (bad_dir && fix_problem(ctx, PR_2_HTREE_CLEAR, &pctx)) { in e2fsck_pass2()
275 fix_problem(ctx, PR_2_FEATURE_LARGE_FILES, &pctx)) { in e2fsck_pass2()
[all …]
Dsuper.c39 fix_problem(ctx, PR_0_MISC_CORRUPT_SUPER, &pctx); in check_super_value()
84 fix_problem(ctx, PR_0_ORPHAN_ILLEGAL_BLOCK_NUM, pctx); in release_inode_block()
91 fix_problem(ctx, PR_0_ORPHAN_ALREADY_CLEARED_BLOCK, pctx); in release_inode_block()
261 fix_problem(ctx, PR_0_ORPHAN_ILLEGAL_HEAD_INODE, &pctx); in release_orphan_inodes()
277 fix_problem(ctx, PR_0_ORPHAN_CLEAR_INODE, &pctx); in release_orphan_inodes()
284 fix_problem(ctx, PR_0_ORPHAN_ILLEGAL_INODE, &pctx); in release_orphan_inodes()
336 if (fix_problem(ctx, PR_0_NONZERO_RESERVED_GDT_BLOCKS, in check_resize_inode()
363 fix_problem(ctx, PR_0_CLEAR_RESIZE_INODE, &pctx)) { in check_resize_inode()
385 if (fix_problem(ctx, PR_0_RESIZE_INODE_INVALID, &pctx)) { in check_resize_inode()
451 if (fix_problem(ctx, PR_0_DIRHASH_HINT, &pctx)) { in e2fsck_fix_dirhash_hint()
[all …]
Dpass5.c48 fix_problem(ctx, PR_5_PASS_HEADER, &pctx); in e2fsck_pass5()
123 if (!fix_problem(ctx, PR_5_INODE_BITMAP_CSUM_INVALID, &pctx)) in check_inode_bitmap_checksum()
179 if (!fix_problem(ctx, PR_5_BLOCK_BITMAP_CSUM_INVALID, &pctx)) in check_block_bitmap_checksum()
300 fix_problem(ctx, problem, pctx); in print_bitmap_problem()
347 fix_problem(ctx, PR_5_BMAP_ENDPOINTS, &pctx); in check_block_bitmaps()
362 fix_problem(ctx, PR_5_BMAP_ENDPOINTS, &pctx); in check_block_bitmaps()
440 if (fix_problem(ctx, PR_5_BLOCK_UNINIT, in check_block_bitmaps()
517 fix_problem(ctx, PR_5_COPY_BBITMAP_ERROR, &pctx); in check_block_bitmaps()
538 if (fix_problem(ctx, PR_5_FREE_BLOCK_COUNT_GROUP, in check_block_bitmaps()
552 if (fix_problem(ctx, PR_5_FREE_BLOCK_COUNT, &pctx)) { in check_block_bitmaps()
[all …]
Djournal.c409 fix_problem(ctx, PR_0_CANT_FIND_JOURNAL, &pctx); in e2fsck_get_journal()
465 fix_problem(ctx, PR_0_EXT_JOURNAL_BAD_SUPER, &pctx); in e2fsck_get_journal()
473 fix_problem(ctx, PR_0_JOURNAL_BAD_UUID, &pctx); in e2fsck_get_journal()
491 fix_problem(ctx, PR_0_EXT_JOURNAL_SUPER_CSUM_INVALID, in e2fsck_get_journal()
542 if (fix_problem(ctx, PR_0_JOURNAL_BAD_INODE, pctx)) { in e2fsck_journal_fix_bad_inode()
555 if (fix_problem(ctx, PR_0_JOURNAL_RECOVER_SET, pctx)) { in e2fsck_journal_fix_bad_inode()
572 if (!fix_problem(ctx, PR_0_CLEAR_V2_JOURNAL, &pctx)) in clear_v2_journal_fields()
619 fix_problem(ctx, PR_0_JOURNAL_UNSUPP_MULTIFS, &pctx); in e2fsck_journal_load()
743 if (fix_problem(ctx, PR_0_JOURNAL_BAD_SUPER, pctx)) { in e2fsck_journal_fix_corrupt_super()
826 (!fix_problem(ctx, PR_0_JOURNAL_UNSUPP_INCOMPAT, in e2fsck_check_ext3_journal()
[all …]
Dpass1b.c226 fix_problem(ctx, PR_1B_ALLOCATE_IBITMAP_ERROR, &pctx); in e2fsck_pass1_dupblocks()
283 fix_problem(ctx, PR_1B_PASS_HEADER, &pctx); in pass1b()
287 fix_problem(ctx, PR_1B_ISCAN_ERROR, &pctx); in pass1b()
306 fix_problem(ctx, PR_1B_ISCAN_ERROR, &pctx); in pass1b()
342 fix_problem(ctx, op, pb.pctx); in pass1b()
350 fix_problem(ctx, PR_1B_BLOCK_ITERATE, &pctx); in pass1b()
385 fix_problem(ctx, op, p->pctx); in process_pass1b_block()
465 fix_problem(ctx, PR_1C_PASS_HEADER, &pctx); in pass1c()
496 fix_problem(ctx, PR_1D_PASS_HEADER, &pctx); in pass1d()
500 fix_problem(ctx, PR_1D_NUM_DUP_INODES, &pctx); in pass1d()
[all …]
Dpass4.c56 if (fix_problem(ctx, PR_4_ZERO_LEN_INODE, &pctx)) { in disconnect_inode()
73 if (fix_problem(ctx, PR_4_UNATTACHED_INODE, &pctx)) { in disconnect_inode()
121 fix_problem(ctx, PR_4_PASS_HEADER, &pctx); in e2fsck_pass4()
179 fix_problem(ctx, in e2fsck_pass4()
188 fix_problem(ctx, PR_4_BAD_REF_COUNT, &pctx)) { in e2fsck_pass4()
Dunix.c419 fix_problem(ctx, PR_0_FREE_INODE_COUNT, &pctx)) { in check_if_skip()
428 fix_problem(ctx, PR_0_FREE_BLOCK_COUNT, &pctx)) { in check_if_skip()
1203 if (fix_problem(ctx, PR_0_MMP_INVALID_BLK, &pctx)) { in e2fsck_check_mmp()
1221 if (fix_problem(ctx, PR_0_MMP_INVALID_MAGIC, &pctx)) { in e2fsck_check_mmp()
1226 if (fix_problem(ctx, PR_0_MMP_CSUM_INVALID, &pctx)) { in e2fsck_check_mmp()
1450 fix_problem(ctx, PR_0_OPEN_FAILED, &pctx); in main()
1454 fix_problem(ctx, PR_0_CHECK_DESC_FAILED, &pctx); in main()
1516 fix_problem(ctx, PR_0_SB_CORRUPT, &pctx); in main()
1541 fix_problem(ctx, PR_0_SB_CORRUPT, &pctx); in main()
1586 fix_problem(ctx, PR_0_GETSIZE_ERROR, &pctx); in main()
[all …]
Dextents.c388 fix_problem(ctx, pr_header, &pctx); in rebuild_extents()
394 fix_problem(ctx, PR_1E_OPTIMIZE_EXT_ERR, &pctx); in rebuild_extents()
449 fix_problem(ctx, PR_1_EXTENT_BAD_MAX_DEPTH, pctx)) in e2fsck_check_rebuild_extents()
455 fix_problem(ctx, PR_1E_MAX_EXTENT_TREE_DEPTH, pctx); in e2fsck_check_rebuild_extents()
548 if (eti->force_rebuild || fix_problem(ctx, op, pctx)) in e2fsck_should_rebuild_extents()
Drehash.c394 fix_problem(ctx, PR_2_DUPLICATE_DIRENT, &pctx)) { in duplicate_search_and_fix()
415 if (fix_problem(ctx, PR_2_NON_UNIQUE_FILE, &pctx)) { in duplicate_search_and_fix()
939 fix_problem(ctx, PR_3A_OPTIMIZE_ITER, &pctx); in e2fsck_rehash_directories()
957 fix_problem(ctx, PR_3A_PASS_HEADER, &pctx); in e2fsck_rehash_directories()
961 fix_problem(ctx, PR_3A_OPTIMIZE_DIR, &pctx); in e2fsck_rehash_directories()
966 fix_problem(ctx, PR_3A_OPTIMIZE_DIR_ERR, &pctx); in e2fsck_rehash_directories()
Dquota.c77 fix_problem(ctx, PR_0_HIDE_QUOTA, &pctx)) { in e2fsck_hide_quota()
Dproblem.c2085 answer = fix_problem(ctx, ldesc->end_message, &pctx); in end_problem_latch()
2135 int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx) in fix_problem() function
2192 ans = fix_problem(ctx, ldesc->question, pctx); in fix_problem()
2285 answer = fix_problem(ctx, ptr->second_code, pctx); in fix_problem()
Dproblem.h1232 int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx);
/external/e2fsprogs/
DTODO36 if (fix_problem(ctx, PR_2_FILENAME_LONG, &cd->pctx)) {
DRELEASE-NOTES7699 are reported through the fix_problem() abstraction interface. E2fsck