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

/linux-master/fs/pstore/
H A Dftrace.c160 size_t dest_size, src_size, total, dest_off, src_off; local
166 dest_off = *dest_log_size % record_size;
167 dest_size = *dest_log_size - dest_off;
177 drec = (struct pstore_ftrace_record *)(*dest_log + dest_off);
/linux-master/arch/x86/xen/
H A Dsetup.c634 phys_addr_t dest_off, src_off, dest_len, src_len, len; local
638 dest_off = dest & ~PAGE_MASK;
641 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off)
642 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off;
647 to = early_memremap(dest - dest_off, dest_len + dest_off);
650 early_memunmap(to, dest_len + dest_off);
/linux-master/tools/objtool/
H A Dcheck.c1552 unsigned long dest_off; local
1568 dest_off = arch_jump_destination(insn);
1571 dest_off = arch_dest_reloc_offset(reloc_addend(reloc));
1587 dest_off = reloc->sym->sym.st_value +
1594 jump_dest = find_insn(file, dest_sec, dest_off);
1596 struct symbol *sym = find_symbol_by_offset(dest_sec, dest_off);
1612 dest_sec->name, dest_off);
1692 unsigned long dest_off; local
1702 dest_off = arch_jump_destination(insn);
1703 dest = find_call_destination(insn->sec, dest_off);
1752 unsigned long dest_off; local
2470 unsigned long dest_off; local
[all...]
/linux-master/fs/smb/client/
H A Dsmb2ops.c1751 u64 len, u64 dest_off)
1785 pcchunk->TargetOffset = cpu_to_le64(dest_off);
1826 dest_off += bytes_written;
1997 u64 len, u64 dest_off)
2013 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off);
2016 src_off, dest_off, len);
2019 if (inode->i_size < dest_off + len) {
2020 rc = smb2_set_file_size(xid, tcon, trgtfile, dest_off + len, false);
2031 cifs_setsize(inode, dest_off + len);
1748 smb2_copychunk_range(const unsigned int xid, struct cifsFileInfo *srcfile, struct cifsFileInfo *trgtfile, u64 src_off, u64 len, u64 dest_off) argument
1994 smb2_duplicate_extents(const unsigned int xid, struct cifsFileInfo *srcfile, struct cifsFileInfo *trgtfile, u64 src_off, u64 len, u64 dest_off) argument
H A Dcifsglob.h531 u64 src_off, u64 len, u64 dest_off);
534 u64 dest_off);
/linux-master/drivers/ntb/
H A Dntb_transport.c1814 size_t dest_off, buff_off; local
1822 dest_off = (size_t)dest & ~PAGE_MASK;
1824 if (!is_dma_copy_aligned(device, buff_off, dest_off, len))
/linux-master/drivers/md/
H A Draid5.c1668 unsigned int dest_off; local
1687 dest_off = tgt->offset;
1713 tx = async_xor_offs(dest, dest_off, blocks, offs, count,
1785 unsigned int dest_off; local
1803 dest_off = sh->dev[data_target].offset;
1808 tx = async_xor_offs(dest, dest_off, blocks, offs, count,

Completed in 548 milliseconds