Home
last modified time | relevance | path

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

123

/linux-6.6.21/Documentation/translations/zh_CN/mm/
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-6.6.21/fs/fat/
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 …]
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-6.6.21/Documentation/mm/
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-6.6.21/net/sched/
Dsch_netem.c96 u32 corrupt; member
503 if (q->corrupt && q->corrupt >= get_crandom(&q->corrupt_cor, &q->prng)) { in netem_enqueue()
850 q->corrupt = r->probability; in get_corrupt()
1153 struct tc_netem_corrupt corrupt; in netem_dump() local
1185 corrupt.probability = q->corrupt; in netem_dump()
1186 corrupt.correlation = q->corrupt_cor.rho; in netem_dump()
1187 if (nla_put(skb, TCA_NETEM_CORRUPT, sizeof(corrupt), &corrupt)) in netem_dump()
/linux-6.6.21/fs/xfs/scrub/
Dstats.c25 uint32_t corrupt; member
103 (unsigned int)css->corrupt, in xchk_stats_format()
199 css->corrupt++; in xchk_stats_merge_one()
/linux-6.6.21/fs/gfs2/
Dglops.c413 goto corrupt; in gfs2_dinode_in()
415 goto corrupt; in gfs2_dinode_in()
452 goto corrupt; in gfs2_dinode_in()
457 goto corrupt; in gfs2_dinode_in()
462 goto corrupt; in gfs2_dinode_in()
468 corrupt: in gfs2_dinode_in()
/linux-6.6.21/Documentation/admin-guide/device-mapper/
Ddm-flakey.rst62 Either 'r' to corrupt reads or 'w' to corrupt writes.
/linux-6.6.21/fs/ceph/
Dmdsmap.c214 goto corrupt; in ceph_mdsmap_decode()
396 corrupt: in ceph_mdsmap_decode()
406 goto corrupt; in ceph_mdsmap_decode()
/linux-6.6.21/Documentation/userspace-api/media/drivers/
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-6.6.21/drivers/media/tuners/
Dxc2028.c318 goto corrupt; in load_all_firmwares()
352 goto corrupt; in load_all_firmwares()
381 goto corrupt; in load_all_firmwares()
407 goto corrupt; in load_all_firmwares()
414 corrupt: in load_all_firmwares()
Dxc4000.c749 goto corrupt; in xc4000_fwupload()
783 goto corrupt; in xc4000_fwupload()
810 goto corrupt; in xc4000_fwupload()
837 goto corrupt; in xc4000_fwupload()
844 corrupt: in xc4000_fwupload()
/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Drecv.c826 goto corrupt; in ath9k_rx_skb_preprocess()
838 goto corrupt; in ath9k_rx_skb_preprocess()
848 goto corrupt; in ath9k_rx_skb_preprocess()
863 goto corrupt; in ath9k_rx_skb_preprocess()
948 corrupt: in ath9k_rx_skb_preprocess()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_dir2_data.c1076 goto corrupt; in xfs_dir2_data_use_free()
1123 goto corrupt; in xfs_dir2_data_use_free()
1151 goto corrupt; in xfs_dir2_data_use_free()
1198 corrupt: in xfs_dir2_data_use_free()
/linux-6.6.21/Documentation/arch/x86/
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-6.6.21/Documentation/power/
Ds2ram.rst87 corrupt the magic value.
/linux-6.6.21/arch/m68k/fpsp040/
Dkernel_ex.S124 st STORE_FLG(%a6) |do not corrupt destination
Dx_unfl.S198 | must not corrupt a0 and d0.
/linux-6.6.21/Documentation/admin-guide/
Dramoops.rst55 corrupt, but usually it is restorable.
/linux-6.6.21/Documentation/arch/arm64/
Dpointer-authentication.rst17 used to mitigate certain classes of attack where an attacker can corrupt
/linux-6.6.21/arch/x86/boot/
Dheader.S597 # Setup corrupt somehow...
/linux-6.6.21/Documentation/networking/
Dmsg_zerocopy.rst30 is not affected, but a buggy program can possibly corrupt its own data
/linux-6.6.21/Documentation/core-api/
Dcircular-buffers.rst185 producer must produce two elements before it could possibly corrupt the
/linux-6.6.21/Documentation/admin-guide/blockdev/
Dparide.rst187 default delays are not long enough. if you experience corrupt data
/linux-6.6.21/Documentation/filesystems/
Dxfs-self-describing-metadata.rst144 the first and last instance of corrupt metadata on disk and, further, how much
180 buffer is considered corrupt and the EFSCORRUPTED error is set appropriately.

123