Searched refs:dest_off (Results 1 – 3 of 3) sorted by relevance
/fs/pstore/ |
D | ftrace.c | 140 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()
|
/fs/cifs/ |
D | smb2ops.c | 1745 u64 len, u64 dest_off) in smb2_copychunk_range() argument 1788 pcchunk->TargetOffset = cpu_to_le64(dest_off); in smb2_copychunk_range() 1829 dest_off += bytes_written; in smb2_copychunk_range() 2001 u64 len, u64 dest_off) in smb2_duplicate_extents() argument 2017 dup_ext_buf.TargetFileOffset = cpu_to_le64(dest_off); in smb2_duplicate_extents() 2020 src_off, dest_off, len); in smb2_duplicate_extents() 2023 if (inode->i_size < dest_off + len) { in smb2_duplicate_extents() 2024 rc = smb2_set_file_size(xid, tcon, trgtfile, dest_off + len, false); in smb2_duplicate_extents() 2035 cifs_setsize(inode, dest_off + len); in smb2_duplicate_extents()
|
D | cifsglob.h | 450 u64 src_off, u64 len, u64 dest_off); 453 u64 dest_off);
|