Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/xen/
Dsetup.c676 phys_addr_t dest_off, src_off, dest_len, src_len, len; in xen_phys_memcpy() local
680 dest_off = dest & ~PAGE_MASK; in xen_phys_memcpy()
683 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy()
684 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy()
689 to = early_memremap(dest - dest_off, dest_len + dest_off); in xen_phys_memcpy()
692 early_memunmap(to, dest_len + dest_off); in xen_phys_memcpy()
/linux-4.4.14/fs/cifs/
Dsmb2ops.c582 u64 len, u64 dest_off) in smb2_clone_range() argument
616 pcchunk->TargetOffset = cpu_to_le64(dest_off); in smb2_clone_range()
655 dest_off += le32_to_cpu(retbuf->TotalBytesWritten); in smb2_clone_range()
817 u64 len, u64 dest_off) in smb2_duplicate_extents() argument
833 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off); in smb2_duplicate_extents()
836 src_off, dest_off, len); in smb2_duplicate_extents()
838 rc = smb2_set_file_size(xid, tcon, trgtfile, dest_off + len, false); in smb2_duplicate_extents()
Dcifsglob.h394 u64 dest_off);
397 u64 dest_off);
/linux-4.4.14/drivers/ntb/
Dntb_transport.c1456 size_t dest_off, buff_off; in ntb_async_tx() local
1480 dest_off = (size_t)dest & ~PAGE_MASK; in ntb_async_tx()
1482 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx()