Home
last modified time | relevance | path

Searched full:corrupt (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/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
/linux/mm/
H A Dhwpoison-inject.c171 debugfs_create_file("corrupt-pfn", 0200, hwpoison_dir, NULL, in pfn_inject_init()
177 debugfs_create_u32("corrupt-filter-enable", 0600, hwpoison_dir, in pfn_inject_init()
180 debugfs_create_u32("corrupt-filter-dev-major", 0600, hwpoison_dir, in pfn_inject_init()
183 debugfs_create_u32("corrupt-filter-dev-minor", 0600, hwpoison_dir, in pfn_inject_init()
186 debugfs_create_u64("corrupt-filter-flags-mask", 0600, hwpoison_dir, in pfn_inject_init()
189 debugfs_create_u64("corrupt-filter-flags-value", 0600, hwpoison_dir, in pfn_inject_init()
193 debugfs_create_u64("corrupt-filter-memcg", 0600, hwpoison_dir, in pfn_inject_init()
/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
/linux/drivers/md/dm-vdo/
H A Dstatus-codes.h33 /* page contents incorrect or corrupt data */
55 /* the recovery journal has corrupt entries or corrupt metadata */
/linux/fs/fat/
H A Dnamei_vfat.c937 int err, is_dir, corrupt = 0; in vfat_rename() local
1011 corrupt = 1; in vfat_rename()
1014 corrupt |= vfat_update_dotdot_de(old_dir, old_inode, dotdot_bh, in vfat_rename()
1022 if (corrupt) in vfat_rename()
1023 corrupt |= fat_sync_inode(new_inode); in vfat_rename()
1030 if (corrupt) in vfat_rename()
1031 corrupt |= err2; in vfat_rename()
1034 if (corrupt < 0) { in vfat_rename()
1065 int err, corrupt = 0; in vfat_rename_exchange() local
1135 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()
/linux/net/sched/
H A Dsch_netem.c99 u32 corrupt; member
422 /* netem can't properly corrupt a megapacket (like we get from GSO), so instead
423 * when we statistically choose to corrupt one, we instead segment it, returning
498 if (q->corrupt && q->corrupt >= get_crandom(&q->corrupt_cor, &q->prng)) { in netem_enqueue()
871 q->corrupt = r->probability; in get_corrupt()
1214 struct tc_netem_corrupt corrupt; in netem_dump() local
1246 corrupt.probability = q->corrupt; in netem_dump()
1247 corrupt.correlation = q->corrupt_cor.rho; in netem_dump()
1248 if (nla_put(skb, TCA_NETEM_CORRUPT, sizeof(corrupt), &corrupt)) in netem_dump()
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-fw.c155 printk(KERN_ERR "%s() image corrupt\n", __func__); in saa7164_downloadimage()
161 printk(KERN_ERR "%s() device memory corrupt\n", in saa7164_downloadimage()
227 printk(KERN_ERR "%s() firmware corrupt\n", in saa7164_downloadfirmware()
232 printk(KERN_ERR "%s() device memory corrupt\n", in saa7164_downloadfirmware()
286 "%s() firmware corrupt\n", in saa7164_downloadfirmware()
292 "%s() device memory corrupt\n", in saa7164_downloadfirmware()
/linux/include/linux/
H A Dxz.h84 * @XZ_DATA_ERROR: Compressed data is corrupt.
94 * stream that is truncated or otherwise corrupt.
97 * is too small or the compressed input is corrupt in a way that makes the
301 * or otherwise corrupt), the caller must detect this error by itself to
304 * If the compressed data seems to be corrupt, XZ_DATA_ERROR is returned.
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-flakey.rst62 Either 'r' to corrupt reads or 'w' to corrupt writes.
/linux/include/linux/sched/
H A Dtask_stack.h51 * info struct. Going any lower will corrupt the threadinfo.
54 * Beyond that position, we corrupt data on the next page.
/linux/fs/xfs/scrub/
H A Dhealth.c43 * 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
280 * scrubbing, even if we already know the structure is corrupt. in xchk_ag_btree_del_cursor_if_sick()
H A Dstats.c25 uint32_t corrupt; member
110 (unsigned int)css->corrupt, in xchk_stats_format()
206 css->corrupt++; in xchk_stats_merge_one()
H A Dcommon.c98 * outcome flags (corrupt, xfail, xcorrupt) and wants to exit in __xchk_process_error()
171 * outcome flags (corrupt, xfail, xcorrupt) and wants to exit in __xchk_fblock_process_error()
217 * The *_set_{corrupt,preen,warning}() family of functions are used to
218 * record the presence of metadata that is incorrect (corrupt), could be
259 /* Record a corrupt block. */
270 /* Record a corrupt quota counter. */
293 * Record a corrupt inode. The trace data will include the block given
1196 * If the lookup returns corruption, we'll mark this inode corrupt and in xchk_iget_for_scrubbing()
1338 /* No point in xref if we already know we're corrupt. */ in xchk_should_check_xref()
/linux/tools/perf/util/
H A Dlzma.c27 return "Compressed file is corrupt"; in lzma_strerror()
29 return "Compressed file is truncated or otherwise corrupt"; in lzma_strerror()
/linux/fs/xfs/
H A Dxfs_error.h33 /* Dump 128 bytes of any corrupt buffer */
98 { XFS_PTAG_SHUTDOWN_CORRUPT, "corrupt" }, \
/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
/linux/fs/ceph/
H A Dmdsmap.c217 goto corrupt; in ceph_mdsmap_decode()
410 corrupt: in ceph_mdsmap_decode()
411 pr_err_client(cl, "corrupt mdsmap\n"); in ceph_mdsmap_decode()
420 goto corrupt; in ceph_mdsmap_decode()
/linux/arch/powerpc/kernel/
H A Dstacktrace.c191 pr_warn("paca pointer appears corrupt? (%px)\n", p); in raise_backtrace_ipi()
202 pr_cont(" current pointer corrupt? (%px)\n", p->__current); in raise_backtrace_ipi()
/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dnetem.json67 "name": "Create NETEM with distribution and corrupt flag",
77 …": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution normal corrupt 1%",
80 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms corrupt 1%",
/linux/tools/testing/selftests/arm64/pauth/
H A Dpac_corruptor.S15 /* corrupt the top bit of the PAC */
/linux/Documentation/arch/x86/
H A Dkernel-stacks.rst64 If that assumption is ever broken then the stacks will become corrupt.
73 when the kernel is very confused (e.g. kernel stack pointer corrupt).
/linux/drivers/usb/musb/
H A Dtusb6010_omap.c121 /* HW issue #10: XFR_SIZE may get corrupt on DMA (both async & sync) */ in tusb_omap_dma_cb()
123 dev_dbg(musb->controller, "Corrupt %s XFR_SIZE: 0x%08lx\n", in tusb_omap_dma_cb()
206 * HW issue #10: Async dma will eventually corrupt the XFR_SIZE in tusb_omap_dma_program()
209 * register is corrupt, and we won't know if the DMA worked. in tusb_omap_dma_program()
/linux/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c30 * TEE_ERROR_ITEM_NOT_FOUND - Corrupt f/w image found on memory
46 * TEE_ERROR_ITEM_NOT_FOUND - Corrupt core dump
/linux/drivers/scsi/libsas/
H A Dsas_task.c37 /* when datapres contains corrupt/unknown value... */ in sas_ssp_task_response()

12345678910>>...15