/linux-6.1.9/net/strparser/ |
D | strparser.c | 90 unsigned int orig_offset, size_t orig_len, in __strp_recv() argument 107 if (unlikely(orig_offset)) { in __strp_recv() 119 if (!pskb_pull(orig_skb, orig_offset)) { in __strp_recv() 126 orig_offset = 0; in __strp_recv() 188 stm->strp.offset = orig_offset + eaten; in __strp_recv() 318 unsigned int orig_offset, size_t orig_len, in strp_process() argument 325 return __strp_recv(&desc, orig_skb, orig_offset, orig_len, in strp_process() 331 unsigned int orig_offset, size_t orig_len) in strp_recv() argument 335 return __strp_recv(desc, orig_skb, orig_offset, orig_len, in strp_recv()
|
/linux-6.1.9/arch/arm64/kernel/ |
D | alternative.c | 24 #define ALT_ORIG_PTR(a) __ALT_PTR(a, orig_offset) 81 s32 orig_offset, new_offset; in get_alt_insn() local 89 orig_offset = aarch64_insn_adrp_get_offset(insn); in get_alt_insn() 90 target = align_down(altinsnptr, SZ_4K) + orig_offset; in get_alt_insn()
|
/linux-6.1.9/arch/parisc/kernel/ |
D | alternative.c | 52 from = (u32 *)((ulong)&entry->orig_offset + entry->orig_offset); in apply_alternatives()
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | alternative-macros.h | 94 .macro altinstruction_entry orig_offset alt_offset feature orig_len alt_len 95 .word \orig_offset - .
|
D | alternative.h | 14 s32 orig_offset; /* offset to original instruction */ member
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | alternative.h | 24 s32 orig_offset; /* offset to original instructions */ member
|
/linux-6.1.9/drivers/target/iscsi/ |
D | iscsi_target_tmr.c | 523 (seq->offset - seq->orig_offset); in iscsit_task_reassign_prepare_unsolicited_dataout() 526 seq->offset = seq->orig_offset; in iscsit_task_reassign_prepare_unsolicited_dataout() 679 (seq->offset - seq->orig_offset); in iscsit_task_reassign_prepare_write() 681 seq->offset = seq->orig_offset; in iscsit_task_reassign_prepare_write()
|
D | iscsi_target_seq_pdu_list.h | 77 u32 orig_offset; member
|
D | iscsi_target_seq_pdu_list.c | 323 seq[seq_no].orig_offset = offset; in iscsit_do_build_pdu_and_seq_lists() 677 cmd->seq_list[i].orig_offset, cmd->seq_list[i].xfer_len, in iscsit_get_seq_holder() 680 if ((cmd->seq_list[i].orig_offset + in iscsit_get_seq_holder()
|
D | iscsi_target_erl1.c | 706 *r2t_offset = seq->orig_offset; in iscsit_recalculate_dataout_values() 709 cmd->write_data_done -= (seq->offset - seq->orig_offset); in iscsit_recalculate_dataout_values() 714 seq->offset = seq->orig_offset; in iscsit_recalculate_dataout_values()
|
/linux-6.1.9/include/net/ |
D | strparser.h | 167 unsigned int orig_offset, size_t orig_len,
|
/linux-6.1.9/fs/btrfs/ |
D | file.c | 870 u64 objectid, u64 bytenr, u64 orig_offset, in extent_mergeable() argument 887 btrfs_file_extent_offset(leaf, fi) != key.offset - orig_offset || in extent_mergeable() 923 u64 orig_offset; in btrfs_mark_extent_written() local 973 orig_offset = key.offset - btrfs_file_extent_offset(leaf, fi); in btrfs_mark_extent_written() 980 ino, bytenr, orig_offset, in btrfs_mark_extent_written() 991 end - orig_offset); in btrfs_mark_extent_written() 1007 ino, bytenr, orig_offset, in btrfs_mark_extent_written() 1026 start - orig_offset); in btrfs_mark_extent_written() 1058 btrfs_set_file_extent_offset(leaf, fi, split - orig_offset); in btrfs_mark_extent_written() 1066 orig_offset, 0, false); in btrfs_mark_extent_written() [all …]
|
D | ctree.c | 3739 u32 orig_offset; in split_item() local 3746 orig_offset = btrfs_item_offset(leaf, path->slots[0]); in split_item() 3768 btrfs_set_item_offset(leaf, slot, orig_offset); in split_item() 3772 orig_offset + item_size - split_offset); in split_item()
|
/linux-6.1.9/net/core/ |
D | skmsg.c | 36 u32 orig_offset; in sk_msg_alloc() local 44 orig_offset = pfrag->offset; in sk_msg_alloc() 45 use = min_t(int, len, pfrag->size - orig_offset); in sk_msg_alloc() 57 sge->offset + sge->length == orig_offset) { in sk_msg_alloc() 67 sg_set_page(sge, pfrag->page, use, orig_offset); in sk_msg_alloc()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_bmap_util.c | 77 xfs_fileoff_t orig_offset = ap->offset; in xfs_bmap_rtalloc() local 107 if (ap->offset != orig_offset) in xfs_bmap_rtalloc() 108 minlen += orig_offset - ap->offset; in xfs_bmap_rtalloc() 198 ap->offset = orig_offset; in xfs_bmap_rtalloc()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_bmap.c | 3413 xfs_fileoff_t orig_offset, in xfs_bmap_process_allocated_extent() argument 3445 ap->offset = orig_offset; in xfs_bmap_process_allocated_extent() 3446 else if (ap->offset + ap->length < orig_offset + orig_length) in xfs_bmap_process_allocated_extent() 3447 ap->offset = orig_offset + orig_length - ap->length; in xfs_bmap_process_allocated_extent() 3458 xfs_fileoff_t orig_offset; in xfs_bmap_exact_minlen_extent_alloc() local 3470 orig_offset = ap->offset; in xfs_bmap_exact_minlen_extent_alloc() 3510 xfs_bmap_process_allocated_extent(ap, &args, orig_offset, in xfs_bmap_exact_minlen_extent_alloc() 3534 xfs_fileoff_t orig_offset; in xfs_bmap_btalloc() local 3545 orig_offset = ap->offset; in xfs_bmap_btalloc() 3713 xfs_bmap_process_allocated_extent(ap, &args, orig_offset, in xfs_bmap_btalloc()
|
/linux-6.1.9/drivers/scsi/bnx2fc/ |
D | bnx2fc_hwi.c | 1502 u32 orig_offset = offset; in bnx2fc_init_seq_cleanup_task() local 1564 task->rxwr_only.rx_seq_ctx.low_exp_ro = orig_offset; in bnx2fc_init_seq_cleanup_task() 1565 task->rxwr_only.rx_seq_ctx.high_exp_ro = orig_offset; in bnx2fc_init_seq_cleanup_task()
|
/linux-6.1.9/Documentation/networking/ |
D | strparser.rst | 85 unsigned int orig_offset, size_t orig_len,
|
/linux-6.1.9/net/mptcp/ |
D | protocol.c | 1101 int orig_offset) in mptcp_carve_data_frag() argument 1103 int offset = ALIGN(orig_offset, sizeof(long)); in mptcp_carve_data_frag() 1109 dfrag->overhead = offset - orig_offset + sizeof(struct mptcp_data_frag); in mptcp_carve_data_frag()
|
/linux-6.1.9/tools/perf/util/ |
D | header.c | 2338 u64 limit = offset + size, orig_offset = offset; in perf_header__read_build_ids() local 2367 if (lseek(input, orig_offset, SEEK_SET) == (off_t)-1) in perf_header__read_build_ids()
|