Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass3.c398 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in e2fsck_get_lost_and_found()
403 ctx->fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in e2fsck_get_lost_and_found()
404 (ctx->fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in e2fsck_get_lost_and_found()
751 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in fix_dotdot()
756 ctx->fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in fix_dotdot()
757 (ctx->fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in fix_dotdot()
Dutil.c326 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in e2fsck_read_bitmaps()
328 ctx->fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in e2fsck_read_bitmaps()
329 (ctx->fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in e2fsck_read_bitmaps()
Dpass1.c1521 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in e2fsck_pass1()
1523 fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in e2fsck_pass1()
1524 (fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in e2fsck_pass1()
3237 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in check_blocks_inline_data()
3240 ctx->fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in check_blocks_inline_data()
3241 (ctx->fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in check_blocks_inline_data()
3328 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in check_blocks()
3346 fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in check_blocks()
3347 (fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in check_blocks()
3426 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in check_blocks()
[all …]
Drehash.c134 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in fill_dir_block()
137 fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in fill_dir_block()
138 (fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in fill_dir_block()
Dpass2.c1547 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in check_dir_block()
1584 EXT2_FLAG_IGNORE_CSUM_ERRORS) | in check_dir_block()
1586 ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in check_dir_block()
/external/e2fsprogs/lib/ext2fs/
Dinode.c668 !(scan->fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && in ext2fs_get_next_inode_full()
688 !(scan->fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && in ext2fs_get_next_inode_full()
836 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && fail_csum) in ext2fs_read_inode_full()
880 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in ext2fs_write_inode_full()
884 fs->flags = (old_flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in ext2fs_write_inode_full()
885 (fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in ext2fs_write_inode_full()
Ddirblock.c34 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && in ext2fs_read_dir_block4()
Drw_bitmaps.c311 EXT2_FLAG_IGNORE_CSUM_ERRORS) && in read_bitmaps()
343 EXT2_FLAG_IGNORE_CSUM_ERRORS) && in read_bitmaps()
Dmmp.c90 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && in ext2fs_mmp_read()
Dopenfs.c232 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS)) { in ext2fs_open2()
Dcsum.c472 if (fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) in ext2fs_dir_block_csum_set()
Dextent.c489 if (!(handle->fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && in ext2fs_extent_get()
Dext_attr.c173 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && in ext2fs_read_ext_attr3()
Dext2fs.h204 #define EXT2_FLAG_IGNORE_CSUM_ERRORS 0x200000 macro
/external/e2fsprogs/misc/
Ddumpe2fs.c685 flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()
741 fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()
745 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()
Dtune2fs.c956 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in rewrite_metadata_checksums()
968 fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS; in rewrite_metadata_checksums()
3337 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()
3341 fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()
De2image.c1390 EXT2_FLAG_IGNORE_CSUM_ERRORS; in install_image()
1467 int open_flag = EXT2_FLAG_64BITS | EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()
/external/e2fsprogs/resize/
Dresize2fs.c1914 rfs->old_fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in migrate_ea_block()
1916 rfs->old_fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS; in migrate_ea_block()
2250 rfs->old_fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in inode_scan_and_fix()
2252 rfs->old_fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS; in inode_scan_and_fix()
2267 rfs->old_fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in inode_scan_and_fix()
2271 rfs->old_fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS; in inode_scan_and_fix()
2407 rfs->old_fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in inode_ref_fix()
2411 rfs->old_fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS; in inode_ref_fix()
/external/e2fsprogs/debugfs/
Ddebugfs.c177 !(open_flags & EXT2_FLAG_IGNORE_CSUM_ERRORS)) { in open_filesystem()
178 open_flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in open_filesystem()
2574 open_flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()