Home
last modified time | relevance | path

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

12345678910>>...17

/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.c82 debugfs_create_file("corrupt-pfn", 0200, hwpoison_dir, NULL, in pfn_inject_init()
88 debugfs_create_u32("corrupt-filter-enable", 0600, hwpoison_dir, in pfn_inject_init()
91 debugfs_create_u32("corrupt-filter-dev-major", 0600, hwpoison_dir, in pfn_inject_init()
94 debugfs_create_u32("corrupt-filter-dev-minor", 0600, hwpoison_dir, in pfn_inject_init()
97 debugfs_create_u64("corrupt-filter-flags-mask", 0600, hwpoison_dir, in pfn_inject_init()
100 debugfs_create_u64("corrupt-filter-flags-value", 0600, hwpoison_dir, in pfn_inject_init()
104 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.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()
/linux/drivers/md/
H A Ddm-flakey.c62 {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()
/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()
1174 struct tc_netem_corrupt corrupt; in netem_dump() local
1206 corrupt.probability = q->corrupt; in netem_dump()
1207 corrupt.correlation = q->corrupt_cor.rho; in netem_dump()
1208 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
278 * scrubbing, even if we already know the structure is corrupt. in xchk_ag_btree_del_cursor_if_sick()
/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/drivers/net/wireless/ath/ath9k/
H A Drecv.c659 /* corrupt descriptor, skip this one and the following one */ in ath_edma_get_buffers()
822 * Discard corrupt descriptors which are marked in in ath9k_rx_skb_preprocess()
826 goto corrupt; in ath9k_rx_skb_preprocess()
838 goto corrupt; in ath9k_rx_skb_preprocess()
848 goto corrupt; in ath9k_rx_skb_preprocess()
857 * as corrupt based on the various error bits. in ath9k_rx_skb_preprocess()
859 * This is different from the other corrupt descriptor in ath9k_rx_skb_preprocess()
863 goto corrupt; in ath9k_rx_skb_preprocess()
948 corrupt: in ath9k_rx_skb_preprocess()
/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/xfs/
H A Dxfs_error.h38 /* Dump 128 bytes of any corrupt buffer */
107 { XFS_PTAG_SHUTDOWN_CORRUPT, "corrupt" }, \
/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/fs/ceph/
H A Dmdsmap.c217 goto corrupt; in ceph_mdsmap_decode()
398 corrupt: in ceph_mdsmap_decode()
399 pr_err_client(cl, "corrupt mdsmap\n"); in ceph_mdsmap_decode()
408 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/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/arch/x86/kernel/cpu/mce/
H A Dseverity.c81 PANIC, "Processor context corrupt",
332 /* Processor Context Corrupt, no need to fumble too much, die! */ in mce_severity_amd()
334 panic_msg = "Processor Context Corrupt"; in mce_severity_amd()

12345678910>>...17