Home
last modified time | relevance | path

Searched refs:problem_context (Results 1 – 13 of 13) sorted by relevance

/external/e2fsprogs/e2fsck/
Dproblem.h14 struct problem_context { struct
996 int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx);
1000 void clear_problem_context(struct problem_context *pctx);
1004 struct problem_context *pctx, int first,
Dmessage.c237 struct problem_context *pctx, in expand_at_expression()
262 struct problem_context *ctx) in expand_inode_expression()
358 struct problem_context *ctx) in expand_dirent_expression()
401 struct problem_context *ctx) in expand_percent_expression()
518 struct problem_context *pctx, int first, in print_e2fsck_message()
Dpass3.c46 struct problem_context *pctx);
59 struct problem_context pctx; in e2fsck_pass3()
147 struct problem_context pctx; in check_root()
260 struct problem_context *pctx) in check_directory()
363 struct problem_context pctx; in e2fsck_get_lost_and_found()
505 struct problem_context pctx; in e2fsck_reconnect_file()
608 struct problem_context pctx; in fix_dotdot_proc()
644 struct problem_context pctx; in fix_dotdot()
Dpass5.c26 struct problem_context pctx; in e2fsck_pass5()
70 struct problem_context *pctx) in print_bitmap_problem()
113 struct problem_context pctx; in check_block_bitmaps()
218 struct problem_context pctx2; in check_block_bitmaps()
339 struct problem_context pctx; in check_inode_bitmaps()
414 struct problem_context pctx2; in check_inode_bitmaps()
548 struct problem_context pctx; in check_inode_end()
592 struct problem_context pctx; in check_block_end()
Dpass1.c64 static void check_blocks(e2fsck_t ctx, struct problem_context *pctx,
90 struct problem_context *pctx;
239 static void check_immutable(e2fsck_t ctx, struct problem_context *pctx) in check_immutable()
255 static void check_size(e2fsck_t ctx, struct problem_context *pctx) in check_size()
270 static void check_ea_in_inode(e2fsck_t ctx, struct problem_context *pctx) in check_ea_in_inode()
350 static void check_inode_extra_space(e2fsck_t ctx, struct problem_context *pctx) in check_inode_extra_space()
400 static void check_is_really_dir(e2fsck_t ctx, struct problem_context *pctx, in check_is_really_dir()
556 struct problem_context pctx; in e2fsck_pass1()
1210 struct problem_context pctx; in process_inodes()
1268 struct problem_context pctx; in mark_inode_bad()
[all …]
Djournal.c231 struct problem_context pctx; in e2fsck_get_journal()
446 struct problem_context *pctx) in e2fsck_journal_fix_bad_inode()
483 struct problem_context pctx; in clear_v2_journal_fields()
501 struct problem_context pctx; in e2fsck_journal_load()
634 struct problem_context *pctx) in e2fsck_journal_fix_corrupt_super()
696 struct problem_context pctx; in e2fsck_check_ext3_journal()
821 struct problem_context pctx; in recover_ext3_journal()
923 struct problem_context pctx; in e2fsck_move_ext3_journal()
1046 struct problem_context pctx; in e2fsck_fix_ext3_journal_hint()
Dsuper.c29 struct problem_context pctx; in check_super_value()
47 struct problem_context *pctx;
65 struct problem_context *pctx; in release_inode_block()
155 struct problem_context *pctx) in release_inode_blocks()
229 struct problem_context pctx; in release_orphan_inodes()
311 struct problem_context pctx; in check_resize_inode()
432 struct problem_context pctx; in e2fsck_fix_dirhash_hint()
470 struct problem_context pctx; in check_super_block()
Dpass2.c68 char *buf, struct problem_context *pctx);
76 struct problem_context pctx;
84 struct problem_context pctx; in e2fsck_pass2()
344 ext2_ino_t ino, struct problem_context *pctx) in check_dot()
405 ext2_ino_t ino, struct problem_context *pctx) in check_dotdot()
451 struct problem_context *pctx) in check_name()
477 struct problem_context *pctx) in check_filetype()
728 struct problem_context pctx; in check_dir_block()
1181 struct problem_context pctx; in deallocate_inode()
1256 struct problem_context pctx; in e2fsck_process_bad_inode()
[all …]
Dpass1b.c212 struct problem_context pctx; in e2fsck_pass1_dupblocks()
261 struct problem_context *pctx;
271 struct problem_context pctx; in pass1b()
409 struct problem_context pctx; in pass1c()
437 struct problem_context pctx; in pass1d()
597 struct problem_context pctx; in delete_file()
726 struct problem_context pctx; in clone_file()
Dpass4.c31 struct problem_context pctx; in disconnect_inode()
97 struct problem_context pctx; in e2fsck_pass4()
Dproblem.c1687 struct problem_context pctx; in end_problem_latch()
1722 void clear_problem_context(struct problem_context *ctx) in clear_problem_context()
1724 memset(ctx, 0, sizeof(struct problem_context)); in clear_problem_context()
1743 int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx) in fix_problem()
1881 struct problem_context *pctx, int first, in print_e2fsck_message()
Drehash.c334 struct problem_context pctx; in duplicate_search_and_fix()
820 struct problem_context pctx; in e2fsck_rehash_directories()
Dunix.c981 struct problem_context pctx; in main()