Home
last modified time | relevance | path

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

/linux/fs/pstore/
H A Dftrace.c182 size_t dest_size, src_size, total, dest_off, src_off; in pstore_ftrace_combine_log()
188 dest_off = *dest_log_size % record_size; in pstore_ftrace_combine_log()
189 dest_size = *dest_log_size - dest_off; in pstore_ftrace_combine_log()
199 drec = (struct pstore_ftrace_record *)(*dest_log + dest_off); in pstore_ftrace_combine_log()
160 size_t dest_size, src_size, total, dest_off, src_off; pstore_ftrace_combine_log() local
/linux/tools/objtool/
H A Dcheck.c1565 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()
1765 unsigned long dest_off; handle_group_alt() local
2422 unsigned long dest_off; __annotate_ifc() local
[all...]
/linux/fs/smb/client/
H A Dsmb2ops.c2175 u64 len, u64 dest_off) in smb2_duplicate_extents() argument
2191 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off); in smb2_duplicate_extents()
2194 src_off, dest_off, len); in smb2_duplicate_extents()
2197 tcon->ses->Suid, src_off, dest_off, len); in smb2_duplicate_extents()
2199 if (inode->i_size < dest_off + len) { in smb2_duplicate_extents()
2200 rc = smb2_set_file_size(xid, tcon, trgtfile, dest_off + len, false); in smb2_duplicate_extents()
2203 netfs_resize_file(netfs_inode(inode), dest_off + len, true); in smb2_duplicate_extents()
2204 cifs_setsize(inode, dest_off + len); in smb2_duplicate_extents()
2222 dest_off, len, rc); in smb2_duplicate_extents()
2226 tcon->ses->Suid, src_off, dest_off, len); in smb2_duplicate_extents()
H A Dcifsglob.h566 u64 src_off, u64 len, u64 dest_off);
569 u64 dest_off);
/linux/drivers/ntb/
H A Dntb_transport.c1855 size_t dest_off, buff_off; in ntb_async_tx_submit()
1863 dest_off = (size_t)dest & ~PAGE_MASK; in ntb_async_tx_submit()
1865 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()
1854 size_t dest_off, buff_off; ntb_async_tx_submit() local
/linux/drivers/md/
H A Draid5.c1660 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()