Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:EXT2_FLAG_IGNORE_CSUM_ERRORS

1366 				fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
1368 fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) |
1369 (fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS);
3018 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
3021 ctx->fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) |
3022 (ctx->fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS);
3107 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
3125 fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) |
3126 (fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS);
3201 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS;
3205 EXT2_FLAG_IGNORE_CSUM_ERRORS) |
3207 ~EXT2_FLAG_IGNORE_CSUM_ERRORS);