Home
last modified time | relevance | path

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

/third_party/e2fsprogs/e2fsck/
Dpass3.c404 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in e2fsck_get_lost_and_found()
409 ctx->fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in e2fsck_get_lost_and_found()
410 (ctx->fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in e2fsck_get_lost_and_found()
757 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in fix_dotdot()
762 ctx->fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in fix_dotdot()
763 (ctx->fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in fix_dotdot()
Dutil.c321 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in e2fsck_read_bitmaps()
323 ctx->fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in e2fsck_read_bitmaps()
324 (ctx->fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in e2fsck_read_bitmaps()
Dpass1.c1533 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in e2fsck_pass1()
1535 fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in e2fsck_pass1()
1536 (fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in e2fsck_pass1()
3324 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in check_blocks_inline_data()
3327 ctx->fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in check_blocks_inline_data()
3328 (ctx->fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in check_blocks_inline_data()
3415 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in check_blocks()
3433 fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in check_blocks()
3434 (fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in check_blocks()
3515 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in check_blocks()
[all …]
Drehash.c150 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in fill_dir_block()
153 fs->flags = (flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) | in fill_dir_block()
154 (fs->flags & ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in fill_dir_block()
Dpass2.c1740 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in check_dir_block()
1777 EXT2_FLAG_IGNORE_CSUM_ERRORS) | in check_dir_block()
1779 ~EXT2_FLAG_IGNORE_CSUM_ERRORS); in check_dir_block()
Djournal.c869 ctx->fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in ext4_fc_replay()
/third_party/e2fsprogs/lib/ext2fs/
Ddirblock.c34 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && in ext2fs_read_dir_block4()
Drw_bitmaps.c380 EXT2_FLAG_IGNORE_CSUM_ERRORS) && in read_bitmaps_range_start()
418 EXT2_FLAG_IGNORE_CSUM_ERRORS) && in read_bitmaps_range_start()
Dinode.c689 !(scan->fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && in ext2fs_get_next_inode_full()
709 !(scan->fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && in ext2fs_get_next_inode_full()
865 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && in ext2fs_read_inode2()
Dmmp.c103 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && in ext2fs_mmp_read()
Dopenfs.c235 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS)) { in ext2fs_open2()
Dextent.c489 if (!(handle->fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && in ext2fs_extent_get()
1767 fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS; in ext2fs_fix_extents_checksums()
Dcsum.c463 if (fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) in ext2fs_dir_block_csum_set()
Dext_attr.c173 if (!(fs->flags & EXT2_FLAG_IGNORE_CSUM_ERRORS) && in ext2fs_read_ext_attr3()
Dext2fs.h216 #define EXT2_FLAG_IGNORE_CSUM_ERRORS 0x200000 macro
/third_party/e2fsprogs/misc/
Ddumpe2fs.c699 flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()
755 fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()
759 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()
Dtune2fs.c937 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in rewrite_metadata_checksums()
949 fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS; in rewrite_metadata_checksums()
3394 fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()
3398 fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()
De2image.c1418 EXT2_FLAG_IGNORE_CSUM_ERRORS; in install_image()
1496 EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()
/third_party/e2fsprogs/resize/
Dresize2fs.c1928 rfs->old_fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in migrate_ea_block()
1930 rfs->old_fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS; in migrate_ea_block()
2213 rfs->old_fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in inode_scan_and_fix()
2258 rfs->old_fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS; in inode_scan_and_fix()
2367 rfs->old_fs->flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in inode_ref_fix()
2371 rfs->old_fs->flags &= ~EXT2_FLAG_IGNORE_CSUM_ERRORS; in inode_ref_fix()
/third_party/e2fsprogs/debugfs/
Ddebugfs.c183 !(open_flags & EXT2_FLAG_IGNORE_CSUM_ERRORS)) { in open_filesystem()
184 open_flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in open_filesystem()
2601 open_flags |= EXT2_FLAG_IGNORE_CSUM_ERRORS; in main()