/kernel/linux/linux-5.10/drivers/staging/fwserial/ |
H A 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() 160 "fifo corrupt: in:%u out:%u done:%u n:%d avail:%d", in dma_fifo_in() 188 if (fifo->corrupt) in dma_fifo_out_pend() 248 if (fifo->corrupt) in dma_fifo_out_complete()
|
H A D | dma_fifo.h | 43 unsigned corrupt:1; member
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | namei_msdos.c | 438 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()
|
H A D | namei_vfat.c | 905 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()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A 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()
|
H A 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 | in vfat_rename_exchange() [all...] |
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | glops.c | 413 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()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_netem.c | 95 u32 corrupt; member 408 /* netem can't properly corrupt a megapacket (like we get from GSO), so instead 409 * when we statistically choose to corrupt one, we instead segment it, returning 494 if (q->corrupt && q->corrupt >= get_crandom(&q->corrupt_cor)) { in netem_enqueue() 840 q->corrupt = r->probability; in get_corrupt() 1139 struct tc_netem_corrupt corrupt; in netem_dump() local 1171 corrupt.probability = q->corrupt; in netem_dump() 1172 corrupt in netem_dump() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A 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 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 in netem_dump() [all...] |
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | stats.c | 25 uint32_t corrupt; member 103 (unsigned int)css->corrupt, in xchk_stats_format() 199 css->corrupt++; in xchk_stats_merge_one()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | glops.c | 414 goto corrupt; in gfs2_dinode_in() 449 goto corrupt; in gfs2_dinode_in() 454 goto corrupt; in gfs2_dinode_in() 459 goto corrupt; in gfs2_dinode_in() 465 corrupt: in gfs2_dinode_in()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mdsmap.c | 214 goto corrupt; in ceph_mdsmap_decode() 379 corrupt: in ceph_mdsmap_decode() 380 pr_err("corrupt mdsmap\n"); in ceph_mdsmap_decode() 389 goto corrupt; in ceph_mdsmap_decode()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | mdsmap.c | 214 goto corrupt; in ceph_mdsmap_decode() 397 corrupt: in ceph_mdsmap_decode() 398 pr_err("corrupt mdsmap\n"); in ceph_mdsmap_decode() 407 goto corrupt; in ceph_mdsmap_decode()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A 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() 407 goto corrupt; in load_all_firmwares() 414 corrupt: in load_all_firmwares()
|
H A D | xc4000.c | 751 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()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | xc2028.c | 318 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()
|
H A D | xc4000.c | 749 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_dir2_data.c | 1076 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()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_dir2_data.c | 1076 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()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_unfl.S | 198 | must not corrupt a0 and d0.
|
H A D | kernel_ex.S | 124 st STORE_FLG(%a6) |do not corrupt destination
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_unfl.S | 198 | must not corrupt a0 and d0.
|
H A D | kernel_ex.S | 124 st STORE_FLG(%a6) |do not corrupt destination
|