Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/pstore/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/objtool/
H A Dcheck.c1140 unsigned long dest_off; in add_jump_destinations() local
1149 dest_off = arch_jump_destination(insn); in add_jump_destinations()
1152 dest_off = arch_dest_reloc_offset(reloc->addend); in add_jump_destinations()
1165 dest_off = reloc->sym->sym.st_value + in add_jump_destinations()
1172 insn->jump_dest = find_insn(file, dest_sec, dest_off); in add_jump_destinations()
1174 struct symbol *sym = find_symbol_by_offset(dest_sec, dest_off); in add_jump_destinations()
1199 dest_off); in add_jump_destinations()
1257 unsigned long dest_off; in add_call_destinations() local
1267 dest_off = arch_jump_destination(insn); in add_call_destinations()
1268 dest = find_call_destination(insn->sec, dest_off); in add_call_destinations()
1320 unsigned long dest_off; handle_group_alt() local
1931 unsigned long dest_off; read_intra_function_calls() local
[all...]
/kernel/linux/linux-5.10/arch/x86/xen/
H A 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()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dsetup.c678 phys_addr_t dest_off, src_off, dest_len, src_len, len; in xen_phys_memcpy() local
682 dest_off = dest & ~PAGE_MASK; in xen_phys_memcpy()
685 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy()
686 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy()
691 to = early_memremap(dest - dest_off, dest_len + dest_off); in xen_phys_memcpy()
694 early_memunmap(to, dest_len + dest_off); in xen_phys_memcpy()
/kernel/linux/linux-6.6/tools/objtool/
H A Dcheck.c1549 unsigned long dest_off; in add_jump_destinations() local
1565 dest_off = arch_jump_destination(insn); in add_jump_destinations()
1568 dest_off = arch_dest_reloc_offset(reloc_addend(reloc)); in add_jump_destinations()
1584 dest_off = reloc->sym->sym.st_value + in add_jump_destinations()
1591 jump_dest = find_insn(file, dest_sec, dest_off); in add_jump_destinations()
1593 struct symbol *sym = find_symbol_by_offset(dest_sec, dest_off); in add_jump_destinations()
1609 dest_sec->name, dest_off); in add_jump_destinations()
1673 unsigned long dest_off; in add_call_destinations() local
1683 dest_off = arch_jump_destination(insn); in add_call_destinations()
1684 dest = find_call_destination(insn->sec, dest_off); in add_call_destinations()
1733 unsigned long dest_off; handle_group_alt() local
2441 unsigned long dest_off; read_intra_function_calls() local
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2ops.c1742 u64 len, u64 dest_off) in smb2_copychunk_range()
1785 pcchunk->TargetOffset = cpu_to_le64(dest_off); in smb2_copychunk_range()
1826 dest_off += bytes_written; in smb2_copychunk_range()
1998 u64 len, u64 dest_off) in smb2_duplicate_extents()
2014 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off); in smb2_duplicate_extents()
2017 src_off, dest_off, len); in smb2_duplicate_extents()
2020 if (inode->i_size < dest_off + len) { in smb2_duplicate_extents()
2021 rc = smb2_set_file_size(xid, tcon, trgtfile, dest_off + len, false); in smb2_duplicate_extents()
2032 cifs_setsize(inode, dest_off + len); in smb2_duplicate_extents()
1739 smb2_copychunk_range(const unsigned int xid, struct cifsFileInfo *srcfile, struct cifsFileInfo *trgtfile, u64 src_off, u64 len, u64 dest_off) smb2_copychunk_range() argument
1995 smb2_duplicate_extents(const unsigned int xid, struct cifsFileInfo *srcfile, struct cifsFileInfo *trgtfile, u64 src_off, u64 len, u64 dest_off) smb2_duplicate_extents() argument
H A Dcifsglob.h450 u64 src_off, u64 len, u64 dest_off);
453 u64 dest_off);
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2ops.c1711 u64 len, u64 dest_off) in smb2_copychunk_range()
1745 pcchunk->TargetOffset = cpu_to_le64(dest_off); in smb2_copychunk_range()
1786 dest_off += bytes_written; in smb2_copychunk_range()
1958 u64 len, u64 dest_off) in smb2_duplicate_extents()
1974 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off); in smb2_duplicate_extents()
1977 src_off, dest_off, len); in smb2_duplicate_extents()
1980 if (inode->i_size < dest_off + len) { in smb2_duplicate_extents()
1981 rc = smb2_set_file_size(xid, tcon, trgtfile, dest_off + len, false); in smb2_duplicate_extents()
1992 cifs_setsize(inode, dest_off + len); in smb2_duplicate_extents()
1708 smb2_copychunk_range(const unsigned int xid, struct cifsFileInfo *srcfile, struct cifsFileInfo *trgtfile, u64 src_off, u64 len, u64 dest_off) smb2_copychunk_range() argument
1955 smb2_duplicate_extents(const unsigned int xid, struct cifsFileInfo *srcfile, struct cifsFileInfo *trgtfile, u64 src_off, u64 len, u64 dest_off) smb2_duplicate_extents() argument
H A Dcifsglob.h511 u64 src_off, u64 len, u64 dest_off);
514 u64 dest_off);
/kernel/linux/linux-5.10/drivers/ntb/
H A Dntb_transport.c1816 size_t dest_off, buff_off; in ntb_async_tx_submit() local
1824 dest_off = (size_t)dest & ~PAGE_MASK; in ntb_async_tx_submit()
1826 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()
/kernel/linux/linux-6.6/drivers/ntb/
H A Dntb_transport.c1814 size_t dest_off, buff_off; in ntb_async_tx_submit() local
1822 dest_off = (size_t)dest & ~PAGE_MASK; in ntb_async_tx_submit()
1824 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()
/kernel/linux/linux-5.10/drivers/md/
H A Draid5.c1604 unsigned int dest_off; in ops_run_compute6_1() local
1623 dest_off = tgt->offset; in ops_run_compute6_1()
1649 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_1()
1721 unsigned int dest_off; in ops_run_compute6_2() local
1739 dest_off = sh->dev[data_target].offset; in ops_run_compute6_2()
1744 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_2()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.c1682 unsigned int dest_off; in ops_run_compute6_1() local
1701 dest_off = tgt->offset; in ops_run_compute6_1()
1727 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_1()
1799 unsigned int dest_off; in ops_run_compute6_2() local
1817 dest_off = sh->dev[data_target].offset; in ops_run_compute6_2()
1822 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_2()

Completed in 58 milliseconds