Searched refs:dest_off (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/pstore/ |
| H 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/tools/objtool/ |
| H A D | check.c | 1565 unsigned long dest_off; in add_jump_destinations() local 1581 dest_off = arch_jump_destination(insn); in add_jump_destinations() 1610 dest_off = dest_sym->offset + arch_insn_adjusted_addend(insn, reloc); in add_jump_destinations() 1613 dest_insn = find_insn(file, dest_sec, dest_off); in add_jump_destinations() 1615 struct symbol *sym = find_symbol_by_offset(dest_sec, dest_off); in add_jump_destinations() 1636 dest_off == func->offset + func->len) in add_jump_destinations() 1640 offstr(dest_sec, dest_off)); in add_jump_destinations() 1699 unsigned long dest_off; in add_call_destinations() local 1710 dest_off = arch_jump_destination(insn); in add_call_destinations() 1711 dest = find_call_destination(insn->sec, dest_off); in add_call_destinations() [all …]
|
| /linux/fs/smb/client/ |
| H A D | smb2ops.c | 2169 u64 len, u64 dest_off) in smb2_duplicate_extents() argument 2185 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off); in smb2_duplicate_extents() 2188 src_off, dest_off, len); in smb2_duplicate_extents() 2191 tcon->ses->Suid, src_off, dest_off, len); in smb2_duplicate_extents() 2193 if (inode->i_size < dest_off + len) { in smb2_duplicate_extents() 2194 rc = smb2_set_file_size(xid, tcon, trgtfile, dest_off + len, false); in smb2_duplicate_extents() 2205 netfs_resize_file(netfs_inode(inode), dest_off + len, true); in smb2_duplicate_extents() 2206 cifs_setsize(inode, dest_off + len); in smb2_duplicate_extents() 2224 dest_off, len, rc); in smb2_duplicate_extents() 2228 tcon->ses->Suid, src_off, dest_off, len); in smb2_duplicate_extents()
|
| /linux/drivers/ntb/ |
| H A D | ntb_transport.c | 1854 size_t dest_off, buff_off; in ntb_async_tx_submit() local 1862 dest_off = (size_t)dest & ~PAGE_MASK; in ntb_async_tx_submit() 1864 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()
|
| /linux/drivers/md/ |
| H A D | raid5.c | 1660 unsigned int dest_off; in ops_run_compute6_1() local 1679 dest_off = tgt->offset; in ops_run_compute6_1() 1705 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_1() 1777 unsigned int dest_off; in ops_run_compute6_2() local 1795 dest_off = sh->dev[data_target].offset; in ops_run_compute6_2() 1800 tx = async_xor_offs(dest, dest_off, blocks, offs, count, in ops_run_compute6_2()
|