Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/staging/fwserial/
Ddma_fifo.c22 fifo->corrupt = !!(condition); \
23 WARN(fifo->corrupt, format); \
83 fifo->corrupt = 0; in dma_fifo_alloc()
127 fifo->corrupt = 0; in dma_fifo_reset()
145 if (fifo->corrupt) in dma_fifo_in()
188 if (fifo->corrupt) in dma_fifo_out_pend()
248 if (fifo->corrupt) in dma_fifo_out_complete()
Ddma_fifo.h43 unsigned corrupt:1; member
/Linux-v5.4/Documentation/vm/
Dhwpoison.rst118 corrupt-pfn
130 corrupt-filter-dev-major, corrupt-filter-dev-minor
136 corrupt-filter-memcg
148 echo $memcg_ino > /debug/hwpoison/corrupt-filter-memcg
153 corrupt-filter-flags-mask, corrupt-filter-flags-value
/Linux-v5.4/fs/fat/
Dnamei_msdos.c438 int err, old_attrs, is_dir, update_dotdot, corrupt = 0; in do_msdos_rename() local
562 corrupt = 1; in do_msdos_rename()
567 corrupt |= sync_dirty_buffer(dotdot_bh); in do_msdos_rename()
575 if (corrupt) in do_msdos_rename()
576 corrupt |= fat_sync_inode(new_inode); in do_msdos_rename()
583 if (corrupt) in do_msdos_rename()
584 corrupt |= err2; in do_msdos_rename()
587 if (corrupt < 0) { in do_msdos_rename()
Dnamei_vfat.c905 int err, is_dir, update_dotdot, corrupt = 0; in vfat_rename() local
995 corrupt = 1; in vfat_rename()
1000 corrupt |= sync_dirty_buffer(dotdot_bh); in vfat_rename()
1007 if (corrupt) in vfat_rename()
1008 corrupt |= fat_sync_inode(new_inode); in vfat_rename()
1015 if (corrupt) in vfat_rename()
1016 corrupt |= err2; in vfat_rename()
1019 if (corrupt < 0) { in vfat_rename()
/Linux-v5.4/net/sched/
Dsch_netem.c95 u32 corrupt; member
494 if (q->corrupt && q->corrupt >= get_crandom(&q->corrupt_cor)) { in netem_enqueue()
845 q->corrupt = r->probability; in get_corrupt()
1138 struct tc_netem_corrupt corrupt; in netem_dump() local
1170 corrupt.probability = q->corrupt; in netem_dump()
1171 corrupt.correlation = q->corrupt_cor.rho; in netem_dump()
1172 if (nla_put(skb, TCA_NETEM_CORRUPT, sizeof(corrupt), &corrupt)) in netem_dump()
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Ddm-flakey.rst58 Either 'r' to corrupt reads or 'w' to corrupt writes.
/Linux-v5.4/fs/ceph/
Dmdsmap.c188 goto corrupt; in ceph_mdsmap_decode()
361 corrupt: in ceph_mdsmap_decode()
371 goto corrupt; in ceph_mdsmap_decode()
/Linux-v5.4/fs/gfs2/
Dglops.c343 goto corrupt; in gfs2_dinode_in()
378 goto corrupt; in gfs2_dinode_in()
383 goto corrupt; in gfs2_dinode_in()
391 corrupt: in gfs2_dinode_in()
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Drecv.c825 goto corrupt; in ath9k_rx_skb_preprocess()
837 goto corrupt; in ath9k_rx_skb_preprocess()
847 goto corrupt; in ath9k_rx_skb_preprocess()
862 goto corrupt; in ath9k_rx_skb_preprocess()
947 corrupt: in ath9k_rx_skb_preprocess()
/Linux-v5.4/drivers/media/tuners/
Dtuner-xc2028.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.c751 goto corrupt; in xc4000_fwupload()
785 goto corrupt; in xc4000_fwupload()
812 goto corrupt; in xc4000_fwupload()
839 goto corrupt; in xc4000_fwupload()
846 corrupt: in xc4000_fwupload()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_dir2_data.c1023 goto corrupt; in xfs_dir2_data_use_free()
1070 goto corrupt; in xfs_dir2_data_use_free()
1098 goto corrupt; in xfs_dir2_data_use_free()
1145 corrupt: in xfs_dir2_data_use_free()
/Linux-v5.4/Documentation/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-v5.4/Documentation/power/
Ds2ram.rst87 corrupt the magic value.
/Linux-v5.4/Documentation/arm64/
Dpointer-authentication.rst17 used to mitigate certain classes of attack where an attacker can corrupt
/Linux-v5.4/arch/m68k/fpsp040/
Dkernel_ex.S124 st STORE_FLG(%a6) |do not corrupt destination
Dx_unfl.S198 | must not corrupt a0 and d0.
/Linux-v5.4/Documentation/admin-guide/
Dramoops.rst47 corrupt, but usually it is restorable.
/Linux-v5.4/arch/x86/boot/
Dheader.S629 # Setup corrupt somehow...
/Linux-v5.4/Documentation/spi/
Dspidev.rst134 that could corrupt transfers to other devices sharing the SPI bus.
/Linux-v5.4/Documentation/core-api/
Dcircular-buffers.rst185 producer must produce two elements before it could possibly corrupt the
/Linux-v5.4/Documentation/media/v4l-drivers/
Dcpia2.rst140 overwrite the third buffer before the read finishes, leading to a corrupt
/Linux-v5.4/Documentation/filesystems/
Dxfs-self-describing-metadata.txt140 the first and last instance of corrupt metadata on disk and, further, how much
176 buffer is considered corrupt and the EFSCORRUPTED error is set appropriately.
/Linux-v5.4/Documentation/networking/
D6pack.txt32 Received packets that are corrupt are not passed on to the AX.25 layer.

12