/linux-6.12.1/mm/ |
D | hwpoison-inject.c | 82 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-6.12.1/Documentation/translations/zh_CN/mm/ |
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
|
/linux-6.12.1/Documentation/mm/ |
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
|
/linux-6.12.1/drivers/md/dm-vdo/ |
D | status-codes.h | 33 /* page contents incorrect or corrupt data */ 55 /* the recovery journal has corrupt entries or corrupt metadata */
|
/linux-6.12.1/fs/fat/ |
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 …]
|
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()
|
/linux-6.12.1/drivers/md/ |
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()
|
/linux-6.12.1/Documentation/admin-guide/device-mapper/ |
D | dm-flakey.rst | 62 Either 'r' to corrupt reads or 'w' to corrupt writes.
|
/linux-6.12.1/fs/xfs/scrub/ |
D | health.c | 42 * 4. If the scrubber finds that A is corrupt, use sick_mask to set the incore 46 * 5. Now we know that A is corrupt and the user wants to repair, so run the 54 * 7. If repair rebuilds A incorrectly, the re-scrub will find it corrupt and 262 * scrubbing, even if we already know the structure is corrupt. in xchk_ag_btree_del_cursor_if_sick()
|
D | stats.c | 25 uint32_t corrupt; member 106 (unsigned int)css->corrupt, in xchk_stats_format() 202 css->corrupt++; in xchk_stats_merge_one()
|
D | common.c | 93 * outcome flags (corrupt, xfail, xcorrupt) and wants to exit in __xchk_process_error() 155 * outcome flags (corrupt, xfail, xcorrupt) and wants to exit in __xchk_fblock_process_error() 201 * The *_set_{corrupt,preen,warning}() family of functions are used to 202 * record the presence of metadata that is incorrect (corrupt), could be 243 /* Record a corrupt block. */ 254 /* Record a corrupt quota counter. */ 277 * Record a corrupt inode. The trace data will include the block given 1008 * If the lookup returns corruption, we'll mark this inode corrupt and in xchk_iget_for_scrubbing() 1146 /* No point in xref if we already know we're corrupt. */ in xchk_should_check_xref()
|
/linux-6.12.1/include/linux/ |
D | xz.h | 84 * @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-6.12.1/drivers/media/pci/saa7164/ |
D | saa7164-fw.c | 155 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-6.12.1/net/sched/ |
D | sch_netem.c | 96 u32 corrupt; member 417 /* netem can't properly corrupt a megapacket (like we get from GSO), so instead 418 * when we statistically choose to corrupt one, we instead segment it, returning 493 if (q->corrupt && q->corrupt >= get_crandom(&q->corrupt_cor, &q->prng)) { in netem_enqueue() 860 q->corrupt = r->probability; in get_corrupt() 1163 struct tc_netem_corrupt corrupt; in netem_dump() local 1195 corrupt.probability = q->corrupt; in netem_dump() 1196 corrupt.correlation = q->corrupt_cor.rho; in netem_dump() 1197 if (nla_put(skb, TCA_NETEM_CORRUPT, sizeof(corrupt), &corrupt)) in netem_dump()
|
/linux-6.12.1/tools/perf/util/ |
D | lzma.c | 27 return "Compressed file is corrupt"; in lzma_strerror() 29 return "Compressed file is truncated or otherwise corrupt"; in lzma_strerror()
|
/linux-6.12.1/include/linux/sched/ |
D | task_stack.h | 51 * info struct. Going any lower will corrupt the threadinfo. 54 * Beyond that position, we corrupt data on the next page.
|
/linux-6.12.1/Documentation/userspace-api/media/drivers/ |
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
|
/linux-6.12.1/fs/xfs/ |
D | xfs_error.h | 38 /* Dump 128 bytes of any corrupt buffer */ 107 { XFS_PTAG_SHUTDOWN_CORRUPT, "corrupt" }, \
|
/linux-6.12.1/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 659 /* 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-6.12.1/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
D | netem.json | 67 "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-6.12.1/fs/ceph/ |
D | mdsmap.c | 217 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-6.12.1/tools/testing/selftests/arm64/pauth/ |
D | pac_corruptor.S | 15 /* corrupt the top bit of the PAC */
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | stacktrace.c | 191 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-6.12.1/Documentation/arch/x86/ |
D | kernel-stacks.rst | 64 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-6.12.1/drivers/firmware/broadcom/ |
D | tee_bnxt_fw.c | 30 * TEE_ERROR_ITEM_NOT_FOUND - Corrupt f/w image found on memory 46 * TEE_ERROR_ITEM_NOT_FOUND - Corrupt core dump
|