Home
last modified time | relevance | path

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

/third_party/e2fsprogs/e2fsck/
Dpass5.c347 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_bitmaps()
362 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_bitmaps()
516 ctx->flags |= E2F_FLAG_ABORT; in check_block_bitmaps()
599 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_bitmaps()
612 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_bitmaps()
780 ctx->flags |= E2F_FLAG_ABORT; in check_inode_bitmaps()
851 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_end()
877 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_end()
913 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_end()
940 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_end()
Dpass1.c413 ctx->flags |= E2F_FLAG_ABORT; in inc_ea_inode_refs()
454 ctx->flags |= E2F_FLAG_ABORT; in check_ea_in_inode()
959 ctx->flags |= E2F_FLAG_ABORT; in finish_processing_inode()
964 if ((ctx)->flags & E2F_FLAG_ABORT) \
1233 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
1243 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
1252 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
1261 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
1270 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
1277 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
[all …]
Dpass3.c83 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass3()
176 ctx->flags |= E2F_FLAG_ABORT; in check_root()
183 ctx->flags |= E2F_FLAG_ABORT; in check_root()
201 ctx->flags |= E2F_FLAG_ABORT; in check_root()
229 ctx->flags |= E2F_FLAG_ABORT; in check_root()
243 ctx->flags |= E2F_FLAG_ABORT; in check_root()
253 ctx->flags |= E2F_FLAG_ABORT; in check_root()
355 ctx->flags |= E2F_FLAG_ABORT; in check_directory()
Dsuper.c40 ctx->flags |= E2F_FLAG_ABORT; in check_super_value()
59 ctx->flags |= E2F_FLAG_ABORT; in check_super_value64()
678 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
691 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
710 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
719 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
730 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
1135 (ctx->flags & (E2F_FLAG_ABORT | E2F_FLAG_CANCEL)) || in check_backup_super_block()
Dbadblocks.c113 ctx->flags |= E2F_FLAG_ABORT; in read_bad_blocks_file()
Dpass2.c157 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass2()
197 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass2()
1064 ctx->flags |= E2F_FLAG_ABORT; in check_dir_block()
1615 ctx->flags |= E2F_FLAG_ABORT; in check_dir_block()
1689 ctx->flags |= E2F_FLAG_ABORT; in deallocate_inode()
1718 ctx->flags |= E2F_FLAG_ABORT; in deallocate_inode()
De2fsck.h181 #define E2F_FLAG_ABORT 0x0001 /* Abort signaled */ macro
183 #define E2F_FLAG_SIGNAL_MASK (E2F_FLAG_ABORT | E2F_FLAG_CANCEL)
Dpass1b.c227 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1_dupblocks()
306 ctx->flags |= E2F_FLAG_ABORT; in pass1b()
325 ctx->flags |= E2F_FLAG_ABORT; in pass1b()
Dutil.c83 ctx->flags |= E2F_FLAG_ABORT; in fatal_error()
Dunix.c1671 ctx->flags |= E2F_FLAG_ABORT; in main()
1935 if (run_result & E2F_FLAG_ABORT) { in main()