Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass5.c349 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_bitmaps()
364 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_bitmaps()
518 ctx->flags |= E2F_FLAG_ABORT; in check_block_bitmaps()
601 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_bitmaps()
614 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_bitmaps()
782 ctx->flags |= E2F_FLAG_ABORT; in check_inode_bitmaps()
852 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_end()
877 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_end()
897 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_end()
923 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_end()
Dpass1.c363 ctx->flags |= E2F_FLAG_ABORT; in check_ea_in_inode()
848 ctx->flags |= E2F_FLAG_ABORT; in finish_processing_inode()
853 if ((ctx)->flags & E2F_FLAG_ABORT) \
1118 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
1128 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
1137 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
1146 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
1155 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
1162 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
1178 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
[all …]
Dpass3.c83 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass3()
175 ctx->flags |= E2F_FLAG_ABORT; in check_root()
182 ctx->flags |= E2F_FLAG_ABORT; in check_root()
200 ctx->flags |= E2F_FLAG_ABORT; in check_root()
226 ctx->flags |= E2F_FLAG_ABORT; in check_root()
240 ctx->flags |= E2F_FLAG_ABORT; in check_root()
250 ctx->flags |= E2F_FLAG_ABORT; in check_root()
349 ctx->flags |= E2F_FLAG_ABORT; in check_directory()
Dsuper.c40 ctx->flags |= E2F_FLAG_ABORT; /* never get here! */ in check_super_value()
546 ctx->flags |= E2F_FLAG_ABORT; /* never get here! */ in check_super_block()
555 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
566 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
980 (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()
De2fsck.h176 #define E2F_FLAG_ABORT 0x0001 /* Abort signaled */ macro
178 #define E2F_FLAG_SIGNAL_MASK (E2F_FLAG_ABORT | E2F_FLAG_CANCEL)
Dpass2.c123 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass2()
163 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass2()
1023 ctx->flags |= E2F_FLAG_ABORT; in check_dir_block()
1568 ctx->flags |= E2F_FLAG_ABORT; in check_dir_block()
1635 ctx->flags |= E2F_FLAG_ABORT; in deallocate_inode()
1663 ctx->flags |= E2F_FLAG_ABORT; in deallocate_inode()
Dpass1b.c227 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1_dupblocks()
288 ctx->flags |= E2F_FLAG_ABORT; in pass1b()
307 ctx->flags |= E2F_FLAG_ABORT; in pass1b()
Dutil.c83 ctx->flags |= E2F_FLAG_ABORT; in fatal_error()
Dunix.c1587 ctx->flags |= E2F_FLAG_ABORT; in main()
1835 if (run_result & E2F_FLAG_ABORT) { in main()