Searched refs:dest_off (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/pstore/ |
A D | ftrace.c | 160 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-6.3-rc2/arch/x86/xen/ |
A D | setup.c | 674 phys_addr_t dest_off, src_off, dest_len, src_len, len; in xen_phys_memcpy() local 678 dest_off = dest & ~PAGE_MASK; in xen_phys_memcpy() 681 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy() 682 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy() 687 to = early_memremap(dest - dest_off, dest_len + dest_off); in xen_phys_memcpy() 690 early_memunmap(to, dest_len + dest_off); in xen_phys_memcpy()
|
/linux-6.3-rc2/tools/objtool/ |
A D | check.c | 1589 unsigned long dest_off; in add_jump_destinations() local 1605 dest_off = arch_jump_destination(insn); in add_jump_destinations() 1624 dest_off = reloc->sym->sym.st_value + in add_jump_destinations() 1650 dest_off); in add_jump_destinations() 1714 unsigned long dest_off; in add_call_destinations() local 1750 dest_off); in add_call_destinations() 1777 unsigned long dest_off; in handle_group_alt() local 1891 dest_off = arch_jump_destination(insn); in handle_group_alt() 2462 unsigned long dest_off; in read_intra_function_calls() local 2489 dest_off = arch_jump_destination(insn); in read_intra_function_calls() [all …]
|
/linux-6.3-rc2/fs/cifs/ |
A D | smb2ops.c | 1631 u64 len, u64 dest_off) in smb2_copychunk_range() argument 1665 pcchunk->TargetOffset = cpu_to_le64(dest_off); in smb2_copychunk_range() 1706 dest_off += bytes_written; in smb2_copychunk_range() 1878 u64 len, u64 dest_off) in smb2_duplicate_extents() argument 1894 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off); in smb2_duplicate_extents() 1897 src_off, dest_off, len); in smb2_duplicate_extents() 1900 if (inode->i_size < dest_off + len) { in smb2_duplicate_extents() 1901 rc = smb2_set_file_size(xid, tcon, trgtfile, dest_off + len, false); in smb2_duplicate_extents() 1912 cifs_setsize(inode, dest_off + len); in smb2_duplicate_extents()
|
A D | cifsglob.h | 474 u64 src_off, u64 len, u64 dest_off); 477 u64 dest_off);
|
/linux-6.3-rc2/drivers/ntb/ |
A D | ntb_transport.c | 1807 size_t dest_off, buff_off; in ntb_async_tx_submit() local 1815 dest_off = (size_t)dest & ~PAGE_MASK; in ntb_async_tx_submit() 1817 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()
|
/linux-6.3-rc2/drivers/md/ |
A D | raid5.c | 1675 unsigned int dest_off; in ops_run_compute6_1() local 1694 dest_off = tgt->offset; in ops_run_compute6_1() 1720 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_1() 1792 unsigned int dest_off; in ops_run_compute6_2() local 1810 dest_off = sh->dev[data_target].offset; in ops_run_compute6_2() 1815 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_2()
|
Completed in 51 milliseconds