Home
last modified time | relevance | path

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

/linux/fs/pstore/
H A Dftrace.c160 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/arch/x86/xen/
H A Dsetup.c738 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/tools/objtool/
H A Dcheck.c1523 unsigned long dest_off; in add_jump_destinations() local
1539 dest_off = arch_jump_destination(insn); in add_jump_destinations()
1568 dest_off = dest_sym->offset + arch_insn_adjusted_addend(insn, reloc); in add_jump_destinations()
1571 dest_insn = find_insn(file, dest_sec, dest_off); in add_jump_destinations()
1573 struct symbol *sym = find_symbol_by_offset(dest_sec, dest_off); in add_jump_destinations()
1594 dest_off == func->offset + func->len) in add_jump_destinations()
1598 offstr(dest_sec, dest_off)); in add_jump_destinations()
1657 unsigned long dest_off; in add_call_destinations() local
1668 dest_off = arch_jump_destination(insn); in add_call_destinations()
1669 dest = find_call_destination(insn->sec, dest_off); in add_call_destinations()
[all …]
/linux/fs/smb/client/
H A Dsmb2ops.c2163 u64 len, u64 dest_off) in smb2_duplicate_extents() argument
2179 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off); in smb2_duplicate_extents()
2182 src_off, dest_off, len); in smb2_duplicate_extents()
2185 tcon->ses->Suid, src_off, dest_off, len); in smb2_duplicate_extents()
2187 if (inode->i_size < dest_off + len) { in smb2_duplicate_extents()
2188 rc = smb2_set_file_size(xid, tcon, trgtfile, dest_off + len, false); in smb2_duplicate_extents()
2199 netfs_resize_file(netfs_inode(inode), dest_off + len, true); in smb2_duplicate_extents()
2200 cifs_setsize(inode, dest_off + len); in smb2_duplicate_extents()
2218 dest_off, len, rc); in smb2_duplicate_extents()
2222 tcon->ses->Suid, src_off, dest_off, len); in smb2_duplicate_extents()
H A Dcifsglob.h564 u64 src_off, u64 len, u64 dest_off);
567 u64 dest_off);
/linux/drivers/ntb/
H A Dntb_transport.c1836 size_t dest_off, buff_off; in ntb_async_tx_submit() local
1844 dest_off = (size_t)dest & ~PAGE_MASK; in ntb_async_tx_submit()
1846 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()
/linux/drivers/md/
H A Draid5.c1656 unsigned int dest_off; in ops_run_compute6_1() local
1675 dest_off = tgt->offset; in ops_run_compute6_1()
1701 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_1()
1773 unsigned int dest_off; in ops_run_compute6_2() local
1791 dest_off = sh->dev[data_target].offset; in ops_run_compute6_2()
1796 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_2()