Searched refs:dest_off (Results 1 – 3 of 3) sorted by relevance
/fs/pstore/ |
D | ftrace.c | 146 size_t dest_size, src_size, total, dest_off, src_off; in pstore_ftrace_combine_log() local 152 dest_off = *dest_log_size % record_size; in pstore_ftrace_combine_log() 153 dest_size = *dest_log_size - dest_off; in pstore_ftrace_combine_log() 163 drec = (struct pstore_ftrace_record *)(*dest_log + dest_off); in pstore_ftrace_combine_log()
|
/fs/cifs/ |
D | smb2ops.c | 1853 u64 len, u64 dest_off) in smb2_copychunk_range() argument 1896 pcchunk->TargetOffset = cpu_to_le64(dest_off); in smb2_copychunk_range() 1937 dest_off += bytes_written; in smb2_copychunk_range() 2109 u64 len, u64 dest_off) in smb2_duplicate_extents() argument 2125 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off); in smb2_duplicate_extents() 2128 src_off, dest_off, len); in smb2_duplicate_extents() 2131 if (inode->i_size < dest_off + len) { in smb2_duplicate_extents() 2132 rc = smb2_set_file_size(xid, tcon, trgtfile, dest_off + len, false); in smb2_duplicate_extents() 2143 cifs_setsize(inode, dest_off + len); in smb2_duplicate_extents()
|
D | cifsglob.h | 443 u64 src_off, u64 len, u64 dest_off); 446 u64 dest_off);
|