Searched refs:dest_off (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/pstore/ |
| H A D | ftrace.c | 160 size_t dest_size, src_size, total, dest_off, src_off; in pstore_ftrace_combine_log() local 166 dest_off = *dest_log_size % record_size; in pstore_ftrace_combine_log() 167 dest_size = *dest_log_size - dest_off; in pstore_ftrace_combine_log() 177 drec = (struct pstore_ftrace_record *)(*dest_log + dest_off); in pstore_ftrace_combine_log()
|
| /linux-6.15/arch/x86/xen/ |
| H A D | setup.c | 738 phys_addr_t dest_off, src_off, dest_len, src_len, len; in xen_phys_memcpy() local 742 dest_off = dest & ~PAGE_MASK; in xen_phys_memcpy() 745 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy() 746 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy() 751 to = early_memremap(dest - dest_off, dest_len + dest_off); in xen_phys_memcpy() 754 early_memunmap(to, dest_len + dest_off); in xen_phys_memcpy()
|
| /linux-6.15/tools/objtool/ |
| H A D | check.c | 1484 unsigned long dest_off; in add_jump_destinations() local 1503 dest_off = arch_jump_destination(insn); in add_jump_destinations() 1526 dest_off = reloc->sym->sym.st_value + in add_jump_destinations() 1560 dest_sec->name, dest_off); in add_jump_destinations() 1643 unsigned long dest_off; in add_call_destinations() local 1680 reloc->sym->sec->name, dest_off); in add_call_destinations() 1714 unsigned long dest_off; in handle_group_alt() local 1825 dest_off = arch_jump_destination(insn); in handle_group_alt() 2362 unsigned long dest_off; in __annotate_ifc() local 2379 dest_off = arch_jump_destination(insn); in __annotate_ifc() [all …]
|
| /linux-6.15/fs/smb/client/ |
| H A D | smb2ops.c | 1798 u64 len, u64 dest_off) in smb2_copychunk_range() argument 1832 tcon->ses->Suid, src_off, dest_off, len); in smb2_copychunk_range() 1836 pcchunk->TargetOffset = cpu_to_le64(dest_off); in smb2_copychunk_range() 1877 dest_off += bytes_written; in smb2_copychunk_range() 1887 tcon->ses->Suid, src_off, dest_off, len); in smb2_copychunk_range() 2051 u64 len, u64 dest_off) in smb2_duplicate_extents() argument 2070 src_off, dest_off, len); in smb2_duplicate_extents() 2073 tcon->ses->Suid, src_off, dest_off, len); in smb2_duplicate_extents() 2075 if (inode->i_size < dest_off + len) { in smb2_duplicate_extents() 2088 cifs_setsize(inode, dest_off + len); in smb2_duplicate_extents() [all …]
|
| H A D | cifsglob.h | 565 u64 src_off, u64 len, u64 dest_off); 568 u64 dest_off);
|
| /linux-6.15/drivers/ntb/ |
| H A D | ntb_transport.c | 1829 size_t dest_off, buff_off; in ntb_async_tx_submit() local 1837 dest_off = (size_t)dest & ~PAGE_MASK; in ntb_async_tx_submit() 1839 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()
|
| /linux-6.15/drivers/md/ |
| H A D | raid5.c | 1664 unsigned int dest_off; in ops_run_compute6_1() local 1683 dest_off = tgt->offset; in ops_run_compute6_1() 1709 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_1() 1781 unsigned int dest_off; in ops_run_compute6_2() local 1799 dest_off = sh->dev[data_target].offset; in ops_run_compute6_2() 1804 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_2()
|