Searched refs:pcchunk (Results 1 – 1 of 1) sorted by relevance
1515 struct copychunk_ioctl *pcchunk) in SMB2_request_res_key() argument1802 struct copychunk_ioctl *pcchunk; in smb2_copychunk_range() local1810 if (pcchunk == NULL) in smb2_copychunk_range()1817 srcfile->fid.volatile_fid, pcchunk); in smb2_copychunk_range()1824 pcchunk->ChunkCount = cpu_to_le32(1); in smb2_copychunk_range()1825 pcchunk->Reserved = 0; in smb2_copychunk_range()1826 pcchunk->Reserved2 = 0; in smb2_copychunk_range()1835 pcchunk->SourceOffset = cpu_to_le64(src_off); in smb2_copychunk_range()1837 pcchunk->Length = in smb2_copychunk_range()1863 le32_to_cpu(pcchunk->Length)) { in smb2_copychunk_range()[all …]