Home
last modified time | relevance | path

Searched refs:dest_off (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/fs/pstore/
Dftrace.c140 size_t dest_size, src_size, total, dest_off, src_off; in pstore_ftrace_combine_log() local
146 dest_off = *dest_log_size % record_size; in pstore_ftrace_combine_log()
147 dest_size = *dest_log_size - dest_off; in pstore_ftrace_combine_log()
157 drec = (struct pstore_ftrace_record *)(*dest_log + dest_off); in pstore_ftrace_combine_log()
/Linux-v5.10/arch/x86/xen/
Dsetup.c677 phys_addr_t dest_off, src_off, dest_len, src_len, len; in xen_phys_memcpy() local
681 dest_off = dest & ~PAGE_MASK; in xen_phys_memcpy()
684 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy()
685 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy()
690 to = early_memremap(dest - dest_off, dest_len + dest_off); in xen_phys_memcpy()
693 early_memunmap(to, dest_len + dest_off); in xen_phys_memcpy()
/Linux-v5.10/tools/objtool/
Dcheck.c764 unsigned long dest_off; in add_jump_destinations() local
777 dest_off = arch_jump_destination(insn); in add_jump_destinations()
780 dest_off = arch_dest_reloc_offset(reloc->addend); in add_jump_destinations()
783 dest_off = reloc->sym->sym.st_value + in add_jump_destinations()
807 insn->jump_dest = find_insn(file, dest_sec, dest_off); in add_jump_destinations()
820 dest_off); in add_jump_destinations()
893 unsigned long dest_off; in add_call_destinations() local
903 dest_off = arch_jump_destination(insn); in add_call_destinations()
904 insn->call_dest = find_call_destination(insn->sec, dest_off); in add_call_destinations()
921 dest_off = arch_dest_reloc_offset(reloc->addend); in add_call_destinations()
[all …]
/Linux-v5.10/fs/cifs/
Dcifsglob.h447 u64 src_off, u64 len, u64 dest_off);
450 u64 dest_off);
Dsmb2ops.c1730 u64 len, u64 dest_off) in smb2_copychunk_range() argument
1765 pcchunk->TargetOffset = cpu_to_le64(dest_off); in smb2_copychunk_range()
1805 dest_off += bytes_written; in smb2_copychunk_range()
1978 u64 len, u64 dest_off) in smb2_duplicate_extents() argument
1993 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off); in smb2_duplicate_extents()
1996 src_off, dest_off, len); in smb2_duplicate_extents()
1998 rc = smb2_set_file_size(xid, tcon, trgtfile, dest_off + len, false); in smb2_duplicate_extents()
/Linux-v5.10/drivers/ntb/
Dntb_transport.c1809 size_t dest_off, buff_off; in ntb_async_tx_submit() local
1817 dest_off = (size_t)dest & ~PAGE_MASK; in ntb_async_tx_submit()
1819 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()
/Linux-v5.10/drivers/md/
Draid5.c1603 unsigned int dest_off; in ops_run_compute6_1() local
1622 dest_off = tgt->offset; in ops_run_compute6_1()
1648 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_1()
1720 unsigned int dest_off; in ops_run_compute6_2() local
1738 dest_off = sh->dev[data_target].offset; in ops_run_compute6_2()
1743 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_2()