/openbmc/qemu/tests/qemu-iotests/ |
H A D | 060.out | 9 Data may be corrupted, or further writes to the image may corrupt it. 11 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with active L1 tabl… 23 corrupt: true 25 qemu-io: can't open device TEST_DIR/t.IMGFMT: IMGFMT: Image is corrupt; cannot be opened read/write 37 Data may be corrupted, or further writes to the image may corrupt it. 39 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with refcount block… 70 Data may be corrupted, or further writes to the image may corrupt it. 75 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with inactive L2 ta… 110 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with active L2 tabl… 121 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with qcow2_header);… [all …]
|
H A D | 065 | 106 'refcount-bits': 16, 'corrupt': False, 110 'corrupt: false', 'extended l2: false' ] 116 'refcount-bits': 16, 'corrupt': False, 120 'corrupt: false', 'extended l2: false' ] 128 'refcount-bits': 16, 'corrupt': False, 144 'refcount-bits': 16, 'corrupt': False,
|
H A D | 242.out | 18 corrupt: false 45 corrupt: false 84 corrupt: false 128 corrupt: false 173 corrupt: false
|
H A D | 060 | 82 # The corrupt bit should not be set anyway 85 # Try to write something, thereby forcing the corrupt bit to be set 88 # The corrupt bit must now be set 124 # The corrupt bit should be cleared 172 # Now, corrupt the image by marking the second L2 table cluster as free. 321 echo "=== Testing dirty corrupt image ===" 337 # because the image was already marked corrupt by that point 486 # Image should not have been marked corrupt 487 _img_info --format-specific | grep 'corrupt:'
|
H A D | 305.out | 12 ### Corrupt the offset of the second refcount block 14 qcow2: Marking image as corrupt: Refblock offset 0x20600 unaligned (reftable index: 0x1); further c…
|
H A D | 075.out | 27 …ST_DIR/simple-pattern.cloop: offsets not monotonically increasing at index 1, image file is corrupt 30 …vice TEST_DIR/simple-pattern.cloop: invalid compressed block size at index 1, image file is corrupt
|
/openbmc/linux/mm/ |
H A D | hwpoison-inject.c | 81 debugfs_create_file("corrupt-pfn", 0200, hwpoison_dir, NULL, in pfn_inject_init() 87 debugfs_create_u32("corrupt-filter-enable", 0600, hwpoison_dir, in pfn_inject_init() 90 debugfs_create_u32("corrupt-filter-dev-major", 0600, hwpoison_dir, in pfn_inject_init() 93 debugfs_create_u32("corrupt-filter-dev-minor", 0600, hwpoison_dir, in pfn_inject_init() 96 debugfs_create_u64("corrupt-filter-flags-mask", 0600, hwpoison_dir, in pfn_inject_init() 99 debugfs_create_u64("corrupt-filter-flags-value", 0600, hwpoison_dir, in pfn_inject_init() 103 debugfs_create_u64("corrupt-filter-memcg", 0600, hwpoison_dir, in pfn_inject_init()
|
/openbmc/linux/Documentation/translations/zh_CN/mm/ |
H A D | hwpoison.rst | 106 corrupt-pfn 115 corrupt-filter-dev-major, corrupt-filter-dev-minor 119 corrupt-filter-memcg 130 echo $memcg_ino > /debug/hwpoison/corrupt-filter-memcg 135 corrupt-filter-flags-mask, corrupt-filter-flags-value
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/ |
H A D | ifmetric.c_typo.patch | 13 - fprintf(stderr, "NETLINK: Recieved corrupt RTA_OIF payload.\n"); 14 + fprintf(stderr, "NETLINK: Received corrupt RTA_OIF payload.\n"); 22 - fprintf(stderr, "NETLINK: Recieved corrupt RTA_PRIORITY payload.\n"); 23 + fprintf(stderr, "NETLINK: Received corrupt RTA_PRIORITY payload.\n");
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | qemu-img-bitmaps.out | 39 corrupt: false 59 corrupt: false 84 corrupt: false 102 corrupt: false 145 corrupt: false 164 corrupt: false 182 corrupt: false
|
H A D | parallels-checks.out | 7 == corrupt image == 45 == corrupt image == 84 == corrupt image ==
|
/openbmc/linux/Documentation/mm/ |
H A D | hwpoison.rst | 114 corrupt-pfn 127 corrupt-filter-dev-major, corrupt-filter-dev-minor 133 corrupt-filter-memcg 145 echo $memcg_ino > /debug/hwpoison/corrupt-filter-memcg 150 corrupt-filter-flags-mask, corrupt-filter-flags-value
|
/openbmc/qemu/docs/devel/testing/ |
H A D | blkverify.rst | 11 processes inside the guest will crash because corrupt sectors were read as part 28 read/write operations correctly and not corrupt data. It can be used as a 33 first instance where corrupt data is read. 49 And test.img is corrupt, its first sector is zeroed when it shouldn't be::
|
/openbmc/linux/fs/ntfs/ |
H A D | index.c | 99 * locked whilst being accessed otherwise we may find a corrupt 243 "requires one. Inode 0x%lx is corrupt or " in ntfs_index_lookup() 280 ntfs_error(sb, "Out of bounds check failed. Corrupt inode " in ntfs_index_lookup() 286 ntfs_error(sb, "Index record with vcn 0x%llx is corrupt. " in ntfs_index_lookup() 287 "Corrupt inode 0x%lx. Run chkdsk.", in ntfs_index_lookup() 294 "0x%lx is corrupt or driver bug.", in ntfs_index_lookup() 304 "specified size (%u). Inode is corrupt or " in ntfs_index_lookup() 438 ntfs_error(sb, "Corrupt index. Aborting lookup."); in ntfs_index_lookup()
|
H A D | dir.c | 61 * locked whilst being accessed otherwise we may find a corrupt 288 "corrupt or driver bug.", dir_ni->mft_no); in ntfs_lookup_inode_by_name() 324 ntfs_error(sb, "Out of bounds check failed. Corrupt directory " in ntfs_lookup_inode_by_name() 331 "corrupt. Corrupt inode 0x%lx. Run chkdsk.", in ntfs_lookup_inode_by_name() 338 "Directory inode 0x%lx is corrupt or driver " in ntfs_lookup_inode_by_name() 349 "inode is corrupt or driver bug.", in ntfs_lookup_inode_by_name() 589 ntfs_error(sb, "Corrupt directory. Aborting lookup."); in ntfs_lookup_inode_by_name() 766 "corrupt or driver bug.", dir_ni->mft_no); 802 ntfs_error(sb, "Out of bounds check failed. Corrupt directory " 809 "corrupt. Corrupt inode 0x%lx. Run chkdsk.", [all …]
|
/openbmc/linux/fs/fat/ |
H A D | namei_vfat.c | 940 int err, is_dir, corrupt = 0; in vfat_rename() local 1014 corrupt = 1; in vfat_rename() 1017 corrupt |= vfat_update_dotdot_de(old_dir, old_inode, dotdot_bh, in vfat_rename() 1025 if (corrupt) in vfat_rename() 1026 corrupt |= fat_sync_inode(new_inode); in vfat_rename() 1033 if (corrupt) in vfat_rename() 1034 corrupt |= err2; in vfat_rename() 1037 if (corrupt < 0) { in vfat_rename() 1068 int err, corrupt = 0; in vfat_rename_exchange() local 1138 corrupt |= vfat_update_dotdot_de(new_dir, new_inode, in vfat_rename_exchange() [all …]
|
H A D | namei_msdos.c | 439 int err, old_attrs, is_dir, update_dotdot, corrupt = 0; in do_msdos_rename() local 563 corrupt = 1; in do_msdos_rename() 568 corrupt |= sync_dirty_buffer(dotdot_bh); in do_msdos_rename() 576 if (corrupt) in do_msdos_rename() 577 corrupt |= fat_sync_inode(new_inode); in do_msdos_rename() 584 if (corrupt) in do_msdos_rename() 585 corrupt |= err2; in do_msdos_rename() 588 if (corrupt < 0) { in do_msdos_rename()
|
/openbmc/u-boot/drivers/mtd/ubispl/ |
H A D | ubispl.h | 74 * @corrupt: Bitmap to indicate corrupt blocks 108 unsigned long corrupt[UBI_FM_BM_SIZE]; member
|
H A D | ubispl.c | 54 /* No point in rescanning a corrupt block */ in ubi_io_read_vid_hdr() 55 if (test_bit(pnum, ubi->corrupt)) in ubi_io_read_vid_hdr() 71 generic_set_bit(pnum, ubi->corrupt); in ubi_io_read_vid_hdr() 78 generic_set_bit(pnum, ubi->corrupt); in ubi_io_read_vid_hdr() 89 generic_set_bit(pnum, ubi->corrupt); in ubi_io_read_vid_hdr() 170 if (test_bit(cur_pnum, ubi->corrupt)) { in ubi_add_peb_to_vol() 743 if (test_bit(pnum, ubi->corrupt)) in ubi_load_block() 765 generic_set_bit(pnum, ubi->corrupt); in ubi_load_block() 787 generic_set_bit(pnum, ubi->corrupt); in ubi_load_block() 804 if (test_bit(pnum, ubi->corrupt)) in ubi_load_block()
|
/openbmc/linux/drivers/md/ |
H A D | dm-flakey.c | 62 {1, UINT_MAX, "Invalid corrupt bio byte"}, in parse_features() 63 {0, 255, "Invalid corrupt value to write into bio byte (0-255)"}, in parse_features() 64 {0, UINT_MAX, "Invalid corrupt bio flags mask"}, in parse_features() 65 {0, PROBABILITY_BASE, "Invalid random corrupt argument"}, in parse_features() 150 ti->error = "Invalid corrupt bio direction (r or w)"; in parse_features() 164 * Only corrupt bios with these flags set. in parse_features() 520 * Corrupt matching writes. in flakey_map() 567 * Corrupt successful matching READs while in down state. in flakey_end_io()
|
/openbmc/u-boot/include/ |
H A D | tca642x.h | 43 /* Default to an address that hopefully won't corrupt other i2c devices */ 48 /* Default to an address that hopefully won't corrupt other i2c devices */
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | health.c | 43 * 4. If the scrubber finds that A is corrupt, use sick_mask to set the incore 47 * 5. Now we know that A is corrupt and the user wants to repair, so run the 55 * 7. If repair rebuilds A incorrectly, the re-scrub will find it corrupt and 188 * scrubbing, even if we already know the structure is corrupt. in xchk_ag_btree_healthy_enough()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-flakey.rst | 62 Either 'r' to corrupt reads or 'w' to corrupt writes.
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | private_header_test.cpp | 115 data.at(0) = 0; // corrupt the section ID in TEST_F() 127 data.at(4) = 0x22; // corrupt the version in TEST_F() 139 data.at(27) = 1; // corrupt the section count in TEST_F()
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_avb.py | 14 - Corrupt boot partition and check for failure 15 - Corrupt vbmeta partition and check for failure
|