/Linux-v4.19/drivers/staging/fwserial/ |
D | dma_fifo.c | 22 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()
|
D | dma_fifo.h | 43 unsigned corrupt:1; member
|
/Linux-v4.19/Documentation/vm/ |
D | hwpoison.rst | 118 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-v4.19/fs/fat/ |
D | namei_msdos.c | 437 int err, old_attrs, is_dir, update_dotdot, corrupt = 0; in do_msdos_rename() local 561 corrupt = 1; in do_msdos_rename() 566 corrupt |= sync_dirty_buffer(dotdot_bh); in do_msdos_rename() 574 if (corrupt) in do_msdos_rename() 575 corrupt |= fat_sync_inode(new_inode); in do_msdos_rename() 582 if (corrupt) in do_msdos_rename() 583 corrupt |= err2; in do_msdos_rename() 586 if (corrupt < 0) { in do_msdos_rename()
|
D | namei_vfat.c | 904 int err, is_dir, update_dotdot, corrupt = 0; in vfat_rename() local 994 corrupt = 1; in vfat_rename() 999 corrupt |= sync_dirty_buffer(dotdot_bh); in vfat_rename() 1006 if (corrupt) in vfat_rename() 1007 corrupt |= fat_sync_inode(new_inode); in vfat_rename() 1014 if (corrupt) in vfat_rename() 1015 corrupt |= err2; in vfat_rename() 1018 if (corrupt < 0) { in vfat_rename()
|
/Linux-v4.19/net/sched/ |
D | sch_netem.c | 95 u32 corrupt; member 487 if (q->corrupt && q->corrupt >= get_crandom(&q->corrupt_cor)) { in netem_enqueue() 805 q->corrupt = r->probability; in get_corrupt() 1097 struct tc_netem_corrupt corrupt; in netem_dump() local 1129 corrupt.probability = q->corrupt; in netem_dump() 1130 corrupt.correlation = q->corrupt_cor.rho; in netem_dump() 1131 if (nla_put(skb, TCA_NETEM_CORRUPT, sizeof(corrupt), &corrupt)) in netem_dump()
|
/Linux-v4.19/Documentation/device-mapper/ |
D | dm-flakey.txt | 42 <direction>: Either 'r' to corrupt reads or 'w' to corrupt writes.
|
/Linux-v4.19/fs/gfs2/ |
D | glops.c | 345 goto corrupt; in gfs2_dinode_in() 380 goto corrupt; in gfs2_dinode_in() 385 goto corrupt; in gfs2_dinode_in() 393 corrupt: in gfs2_dinode_in()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 824 goto corrupt; in ath9k_rx_skb_preprocess() 833 goto corrupt; in ath9k_rx_skb_preprocess() 843 goto corrupt; in ath9k_rx_skb_preprocess() 858 goto corrupt; in ath9k_rx_skb_preprocess() 943 corrupt: in ath9k_rx_skb_preprocess()
|
/Linux-v4.19/drivers/media/tuners/ |
D | tuner-xc2028.c | 318 goto corrupt; in load_all_firmwares() 352 goto corrupt; in load_all_firmwares() 381 goto corrupt; in load_all_firmwares() 408 goto corrupt; in load_all_firmwares() 415 corrupt: in load_all_firmwares()
|
D | xc4000.c | 760 goto corrupt; in xc4000_fwupload() 794 goto corrupt; in xc4000_fwupload() 821 goto corrupt; in xc4000_fwupload() 849 goto corrupt; in xc4000_fwupload() 856 corrupt: in xc4000_fwupload()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_dir2_data.c | 1025 goto corrupt; in xfs_dir2_data_use_free() 1072 goto corrupt; in xfs_dir2_data_use_free() 1100 goto corrupt; in xfs_dir2_data_use_free() 1147 corrupt: in xfs_dir2_data_use_free()
|
/Linux-v4.19/Documentation/x86/ |
D | kernel-stacks | 58 If that assumption is ever broken then the stacks will become corrupt. 67 when the kernel is very confused (e.g. kernel stack pointer corrupt).
|
/Linux-v4.19/Documentation/power/ |
D | s2ram.txt | 85 corrupt the magic value.
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | kernel_ex.S | 124 st STORE_FLG(%a6) |do not corrupt destination
|
D | x_unfl.S | 198 | must not corrupt a0 and d0.
|
/Linux-v4.19/Documentation/admin-guide/ |
D | ramoops.rst | 47 corrupt, but usually it is restorable.
|
/Linux-v4.19/arch/x86/boot/ |
D | header.S | 619 # Setup corrupt somehow...
|
/Linux-v4.19/Documentation/spi/ |
D | spidev | 120 that could corrupt transfers to other devices sharing the SPI bus.
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | cpia2.rst | 138 overwrite the third buffer before the read finishes, leading to a corrupt
|
/Linux-v4.19/Documentation/core-api/ |
D | circular-buffers.rst | 185 producer must produce two elements before it could possibly corrupt the
|
/Linux-v4.19/Documentation/filesystems/ |
D | xfs-self-describing-metadata.txt | 140 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.
|
D | ext2.txt | 251 filesystem would/could corrupt the filesystem, so this is prevented. The 263 than 256 characters, which would lead to corrupt directory listings.
|
/Linux-v4.19/Documentation/networking/ |
D | msg_zerocopy.rst | 30 is not affected, but a buggy program can possibly corrupt its own data
|
D | 6pack.txt | 32 Received packets that are corrupt are not passed on to the AX.25 layer.
|