Home
last modified time | relevance | path

Searched refs:corrupt (Results 1 – 25 of 133) sorted by relevance

123456

/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dhwpoison.rst106 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 D060.out9 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 D242.out18 corrupt: false
45 corrupt: false
84 corrupt: false
128 corrupt: false
173 corrupt: false
H A D075.out27 …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 D274.out53 corrupt: false
79 corrupt: false
111 corrupt: false
135 corrupt: false
167 corrupt: false
H A D302.out23 corrupt: false
H A D206.out24 corrupt: false
48 corrupt: false
72 corrupt: false
152 corrupt: false
H A D305.out14 qcow2: Marking image as corrupt: Refblock offset 0x20600 unaligned (reftable index: 0x1); further c…
H A D138.out11 Data may be corrupted, or further writes to the image may corrupt it.
H A D039.out20 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 Difmetric.c_typo.patch13 - 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 Dqemu-img-bitmaps.out39 corrupt: false
59 corrupt: false
84 corrupt: false
102 corrupt: false
145 corrupt: false
164 corrupt: false
182 corrupt: false
H A Dparallels-checks.out7 == corrupt image ==
45 == corrupt image ==
84 == corrupt image ==
/openbmc/linux/fs/fat/
H A Dnamei_vfat.c940 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 Dnamei_msdos.c439 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 Dhwpoison.rst114 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 Dblkverify.rst11 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 Dubispl.c55 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 Dubispl.h108 unsigned long corrupt[UBI_FM_BM_SIZE]; member
/openbmc/linux/net/sched/
H A Dsch_netem.c98 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 Dglops.c416 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 Dstats.c25 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 Ddm-flakey.rst62 Either 'r' to corrupt reads or 'w' to corrupt writes.
/openbmc/linux/fs/ceph/
H A Dmdsmap.c215 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 Dimx-uapi.rst32 The adv718x decoders can occasionally send corrupt fields during
49 corrupt fields using a frame interval monitor. If the FIM detects a

123456