Searched refs:EXT2_FLAG_IGNORE_CSUM_ERRORS (Results 1 - 19 of 19) sorted by relevance

/external/e2fsprogs/misc/
H A Ddumpe2fs.c681 if (retval && !(flags & EXT2_FLAG_IGNORE_CSUM_ERRORS)) {
682 flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
685 if (!retval && (fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS))
687 flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
718 fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS;
721 if (retval && !(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS)) {
722 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
725 if (!retval && (fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS))
H A Dtune2fs.c834 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
849 fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS;
3145 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
3149 fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS;
H A De2image.c1378 EXT2_FLAG_IGNORE_CSUM_ERRORS;
1455 int open_flag = EXT2_FLAG_64BITS | EXT2_FLAG_IGNORE_CSUM_ERRORS;
/external/e2fsprogs/lib/ext2fs/
H A Ddirblock.c34 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) &&
H A Dinode.c667 !(scan->fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) &&
687 !(scan->fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) &&
835 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && fail_csum)
879 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
883 fs->flags = (old_flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) |
884 (fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS);
H A Drw_bitmaps.c311 EXT2_FLAG_IGNORE_CSUM_ERRORS) &&
343 EXT2_FLAG_IGNORE_CSUM_ERRORS) &&
H A Dmmp.c88 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) &&
H A Dopenfs.c218 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS)) {
H A Dcsum.c471 if (fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS)
H A Dext_attr.c84 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) &&
H A Dextent.c489 if (!(handle->fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) &&
H A Dext2fs.h197 #define EXT2_FLAG_IGNORE_CSUM_ERRORS 0x200000 macro
/external/e2fsprogs/e2fsck/
H A Dpass3.c398 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
403 ctx->fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) |
404 (ctx->fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS);
751 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
756 ctx->fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) |
757 (ctx->fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS);
H A Dpass1.c1366 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
1368 fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) |
1369 (fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS);
3013 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
3016 ctx->fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) |
3017 (ctx->fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS);
3102 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
3120 fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) |
3121 (fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS);
3196 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
[all...]
H A Drehash.c134 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
137 fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) |
138 (fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS);
H A Dutil.c311 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
313 ctx->fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) |
314 (ctx->fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS);
H A Dpass2.c1510 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
1547 EXT2_FLAG_IGNORE_CSUM_ERRORS) |
1549 ~EXT2_FLAG_IGNORE_CSUM_ERRORS);
/external/e2fsprogs/resize/
H A Dresize2fs.c1913 rfs->old_fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
1915 rfs->old_fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS;
2100 rfs->old_fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
2102 rfs->old_fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS;
2117 rfs->old_fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
2121 rfs->old_fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS;
2249 rfs->old_fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
2253 rfs->old_fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS;
/external/e2fsprogs/debugfs/
H A Ddebugfs.c2472 open_flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;

Completed in 139 milliseconds