Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dsetup.c743 phys_addr_t dest_off, src_off, dest_len, src_len, len; in xen_phys_memcpy() local
747 dest_off = dest & ~PAGE_MASK; in xen_phys_memcpy()
750 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy()
751 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy()
756 to = early_memremap(dest - dest_off, dest_len + dest_off); in xen_phys_memcpy()
759 early_memunmap(to, dest_len + dest_off); in xen_phys_memcpy()
/linux/tools/objtool/
H A Dcheck.c1565 unsigned long dest_off; in add_jump_destinations() local
1581 dest_off = arch_jump_destination(insn); in add_jump_destinations()
1610 dest_off = dest_sym->offset + arch_insn_adjusted_addend(insn, reloc); in add_jump_destinations()
1613 dest_insn = find_insn(file, dest_sec, dest_off); in add_jump_destinations()
1615 struct symbol *sym = find_symbol_by_offset(dest_sec, dest_off); in add_jump_destinations()
1636 dest_off == func->offset + func->len) in add_jump_destinations()
1640 offstr(dest_sec, dest_off)); in add_jump_destinations()
1699 unsigned long dest_off; in add_call_destinations() local
1710 dest_off = arch_jump_destination(insn); in add_call_destinations()
1711 dest = find_call_destination(insn->sec, dest_off); in add_call_destinations()
[all …]
/linux/fs/smb/client/
H A Dsmb2ops.c2192 u64 len, u64 dest_off) in smb2_duplicate_extents() argument
2208 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off); in smb2_duplicate_extents()
2211 src_off, dest_off, len); in smb2_duplicate_extents()
2214 tcon->ses->Suid, src_off, dest_off, len); in smb2_duplicate_extents()
2216 if (inode->i_size < dest_off + len) { in smb2_duplicate_extents()
2217 rc = smb2_set_file_size(xid, tcon, trgtfile, dest_off + len, false); in smb2_duplicate_extents()
2220 netfs_resize_file(netfs_inode(inode), dest_off + len, true); in smb2_duplicate_extents()
2221 cifs_setsize(inode, dest_off + len); in smb2_duplicate_extents()
2239 dest_off, len, rc); in smb2_duplicate_extents()
2243 tcon->ses->Suid, src_off, dest_off, len); in smb2_duplicate_extents()
H A Dcifsglob.h563 u64 src_off, u64 len, u64 dest_off);
566 u64 dest_off);
/linux/drivers/md/
H A Draid5.c1660 unsigned int dest_off; in ops_run_compute6_1() local
1679 dest_off = tgt->offset; in ops_run_compute6_1()
1705 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_1()
1777 unsigned int dest_off; in ops_run_compute6_2() local
1795 dest_off = sh->dev[data_target].offset; in ops_run_compute6_2()
1800 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_2()