Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dswapfs.c99 ctx->flags |= E2F_FLAG_ABORT; in swap_inode_blocks()
105 ctx->flags |= E2F_FLAG_ABORT; in swap_inode_blocks()
127 ctx->flags |= E2F_FLAG_ABORT; in swap_inodes()
140 ctx->flags |= E2F_FLAG_ABORT; in swap_inodes()
178 ctx->flags |= E2F_FLAG_ABORT; in swap_inodes()
237 ctx->flags |= E2F_FLAG_ABORT; in swap_filesys()
Dpass5.c134 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_bitmaps()
149 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_bitmaps()
283 ctx->flags |= E2F_FLAG_ABORT; in check_block_bitmaps()
361 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_bitmaps()
374 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_bitmaps()
486 ctx->flags |= E2F_FLAG_ABORT; in check_inode_bitmaps()
558 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_end()
583 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_end()
603 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_end()
628 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_end()
Dpass3.c81 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass3()
160 ctx->flags |= E2F_FLAG_ABORT; in check_root()
167 ctx->flags |= E2F_FLAG_ABORT; in check_root()
180 ctx->flags |= E2F_FLAG_ABORT; in check_root()
195 ctx->flags |= E2F_FLAG_ABORT; in check_root()
203 ctx->flags |= E2F_FLAG_ABORT; in check_root()
226 ctx->flags |= E2F_FLAG_ABORT; in check_root()
325 ctx->flags |= E2F_FLAG_ABORT; in check_directory()
Dpass1.c602 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
610 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
618 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
626 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
635 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
652 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
681 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
714 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
728 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
810 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
[all …]
Dsuper.c37 ctx->flags |= E2F_FLAG_ABORT; /* never get here! */ in check_super_value()
529 ctx->flags |= E2F_FLAG_ABORT; /* never get here! */ in check_super_block()
538 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
547 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
557 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
566 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
911 (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.c119 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass2()
155 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass2()
783 ctx->flags |= E2F_FLAG_ABORT; in check_dir_block()
1141 ctx->flags |= E2F_FLAG_ABORT; in check_dir_block()
1201 ctx->flags |= E2F_FLAG_ABORT; in deallocate_inode()
1223 ctx->flags |= E2F_FLAG_ABORT; in deallocate_inode()
Dpass1b.c223 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1_dupblocks()
281 ctx->flags |= E2F_FLAG_ABORT; in pass1b()
294 ctx->flags |= E2F_FLAG_ABORT; in pass1b()
De2fsck.h162 #define E2F_FLAG_ABORT 0x0001 /* Abort signaled */ macro
Dunix.c1150 ctx->flags |= E2F_FLAG_ABORT; in main()
1390 if (run_result & E2F_FLAG_ABORT) in main()
Dutil.c56 ctx->flags |= E2F_FLAG_ABORT; in fatal_error()