Home
last modified time | relevance | path

Searched refs:E2F_FLAG_ABORT (Results 1 – 10 of 10) sorted by relevance

/external/e2fsprogs/e2fsck/
Dpass5.c237 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_bitmaps()
252 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_bitmaps()
486 ctx->flags |= E2F_FLAG_ABORT; in check_block_bitmaps()
569 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_bitmaps()
582 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_bitmaps()
751 ctx->flags |= E2F_FLAG_ABORT; in check_inode_bitmaps()
821 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_end()
846 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_end()
866 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_end()
892 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_end()
Dpass1.c610 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
620 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
629 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
638 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
652 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
669 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
693 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
706 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
749 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
763 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
[all …]
Dpass3.c82 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass3()
162 ctx->flags |= E2F_FLAG_ABORT; in check_root()
169 ctx->flags |= E2F_FLAG_ABORT; in check_root()
182 ctx->flags |= E2F_FLAG_ABORT; in check_root()
197 ctx->flags |= E2F_FLAG_ABORT; in check_root()
205 ctx->flags |= E2F_FLAG_ABORT; in check_root()
228 ctx->flags |= E2F_FLAG_ABORT; in check_root()
327 ctx->flags |= E2F_FLAG_ABORT; in check_directory()
Dsuper.c39 ctx->flags |= E2F_FLAG_ABORT; /* never get here! */ in check_super_value()
548 ctx->flags |= E2F_FLAG_ABORT; /* never get here! */ in check_super_block()
557 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
568 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
918 (ctx->flags & (E2F_FLAG_ABORT | E2F_FLAG_CANCEL)) || in check_backup_super_block()
Dbadblocks.c112 ctx->flags |= E2F_FLAG_ABORT; in read_bad_blocks_file()
Dpass2.c124 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass2()
160 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass2()
792 ctx->flags |= E2F_FLAG_ABORT; in check_dir_block()
1152 ctx->flags |= E2F_FLAG_ABORT; in check_dir_block()
1219 ctx->flags |= E2F_FLAG_ABORT; in deallocate_inode()
1245 ctx->flags |= E2F_FLAG_ABORT; in deallocate_inode()
Dpass1b.c226 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1_dupblocks()
285 ctx->flags |= E2F_FLAG_ABORT; in pass1b()
302 ctx->flags |= E2F_FLAG_ABORT; in pass1b()
De2fsck.h174 #define E2F_FLAG_ABORT 0x0001 /* Abort signaled */ macro
Dunix.c1414 ctx->flags |= E2F_FLAG_ABORT; in main()
1699 if (run_result & E2F_FLAG_ABORT) in main()
Dutil.c78 ctx->flags |= E2F_FLAG_ABORT; in fatal_error()