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.c142 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_bitmaps()
157 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_bitmaps()
266 ctx->flags |= E2F_FLAG_ABORT; in check_block_bitmaps()
344 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_bitmaps()
357 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_bitmaps()
456 ctx->flags |= E2F_FLAG_ABORT; in check_inode_bitmaps()
528 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_end()
553 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_inode_end()
573 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_end()
598 ctx->flags |= E2F_FLAG_ABORT; /* fatal */ in check_block_end()
Dpass1.c526 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
534 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
542 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
550 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
559 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
576 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
605 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()
664 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1()
[all …]
Dpass3.c84 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass3()
173 ctx->flags |= E2F_FLAG_ABORT; in check_root()
180 ctx->flags |= E2F_FLAG_ABORT; in check_root()
193 ctx->flags |= E2F_FLAG_ABORT; in check_root()
208 ctx->flags |= E2F_FLAG_ABORT; in check_root()
216 ctx->flags |= E2F_FLAG_ABORT; in check_root()
239 ctx->flags |= E2F_FLAG_ABORT; in check_root()
338 ctx->flags |= E2F_FLAG_ABORT; in check_directory()
Dsuper.c37 ctx->flags |= E2F_FLAG_ABORT; /* never get here! */ in check_super_value()
523 ctx->flags |= E2F_FLAG_ABORT; /* never get here! */ in check_super_block()
532 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
541 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
551 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
560 ctx->flags |= E2F_FLAG_ABORT; in check_super_block()
816 (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.c128 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass2()
158 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass2()
777 ctx->flags |= E2F_FLAG_ABORT; in check_dir_block()
1075 ctx->flags |= E2F_FLAG_ABORT; in check_dir_block()
1141 ctx->flags |= E2F_FLAG_ABORT; in deallocate_inode()
1163 ctx->flags |= E2F_FLAG_ABORT; in deallocate_inode()
Dpass1b.c218 ctx->flags |= E2F_FLAG_ABORT; in e2fsck_pass1_dupblocks()
267 ctx->flags |= E2F_FLAG_ABORT; in pass1b()
280 ctx->flags |= E2F_FLAG_ABORT; in pass1b()
De2fsck.h159 #define E2F_FLAG_ABORT 0x0001 /* Abort signaled */ macro
Dutil.c49 ctx->flags |= E2F_FLAG_ABORT; in fatal_error()
Dunix.c1083 ctx->flags |= E2F_FLAG_ABORT; in main()
1329 if (run_result & E2F_FLAG_ABORT) in main()