/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/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 | 242.out | 18 corrupt: false 45 corrupt: false 84 corrupt: false 128 corrupt: false 173 corrupt: false
|
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
|
H A D | 274.out | 53 corrupt: false 79 corrupt: false 111 corrupt: false 135 corrupt: false 167 corrupt: false
|
H A D | 302.out | 23 corrupt: false
|
H A D | 206.out | 24 corrupt: false 48 corrupt: false 72 corrupt: false 152 corrupt: false
|
H A D | 305.out | 14 qcow2: Marking image as corrupt: Refblock offset 0x20600 unaligned (reftable index: 0x1); further c…
|
H A D | 138.out | 11 Data may be corrupted, or further writes to the image may corrupt it.
|
H A D | 039.out | 20 Data may be corrupted, or further writes to the image may corrupt it. 88 Data may be corrupted, or further writes to the image may corrupt it.
|
/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/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/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/u-boot/drivers/mtd/ubispl/ |
H A D | ubispl.c | 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()
|
H A D | ubispl.h | 108 unsigned long corrupt[UBI_FM_BM_SIZE]; member
|
/openbmc/linux/net/sched/ |
H A D | sch_netem.c | 98 u32 corrupt; member 497 if (q->corrupt && q->corrupt >= get_crandom(&q->corrupt_cor, &q->prng)) { in netem_enqueue() 870 q->corrupt = r->probability; in get_corrupt() 1173 struct tc_netem_corrupt corrupt; in netem_dump() local 1205 corrupt.probability = q->corrupt; in netem_dump() 1206 corrupt.correlation = q->corrupt_cor.rho; in netem_dump() 1207 if (nla_put(skb, TCA_NETEM_CORRUPT, sizeof(corrupt), &corrupt)) in netem_dump()
|
/openbmc/linux/fs/gfs2/ |
H A D | glops.c | 416 goto corrupt; in gfs2_dinode_in() 418 goto corrupt; in gfs2_dinode_in() 455 goto corrupt; in gfs2_dinode_in() 460 goto corrupt; in gfs2_dinode_in() 465 goto corrupt; in gfs2_dinode_in() 471 corrupt: in gfs2_dinode_in()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | stats.c | 25 uint32_t corrupt; member 103 (unsigned int)css->corrupt, in xchk_stats_format() 199 css->corrupt++; in xchk_stats_merge_one()
|
/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/linux/fs/ceph/ |
H A D | mdsmap.c | 215 goto corrupt; in ceph_mdsmap_decode() 398 corrupt: in ceph_mdsmap_decode() 408 goto corrupt; in ceph_mdsmap_decode()
|
/openbmc/linux/Documentation/userspace-api/media/drivers/ |
H A D | imx-uapi.rst | 32 The adv718x decoders can occasionally send corrupt fields during 49 corrupt fields using a frame interval monitor. If the FIM detects a
|