HomeSort by relevance Sort by last modified time
    Searched refs:EXT2_FLAG_IGNORE_CSUM_ERRORS (Results 1 - 19 of 19) sorted by null

  /external/e2fsprogs/misc/
dumpe2fs.c 681 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))
tune2fs.c 834 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
849 fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS;
    [all...]
e2image.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
dirblock.c 34 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) &&
inode.c 667 !(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);
rw_bitmaps.c 311 EXT2_FLAG_IGNORE_CSUM_ERRORS) &&
343 EXT2_FLAG_IGNORE_CSUM_ERRORS) &&
mmp.c 88 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) &&
openfs.c 230 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS)) {
csum.c 471 if (fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS)
ext_attr.c 84 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) &&
extent.c 489 if (!(handle->fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) &&
    [all...]
ext2fs.h 199 #define EXT2_FLAG_IGNORE_CSUM_ERRORS 0x200000
    [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 398 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);
pass1.c     [all...]
rehash.c 134 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
137 fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) |
138 (fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS);
util.c 311 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);
pass2.c     [all...]
  /external/e2fsprogs/resize/
resize2fs.c     [all...]
  /external/e2fsprogs/debugfs/
debugfs.c     [all...]

Completed in 254 milliseconds