Searched refs:pcchunk (Results 1 – 1 of 1) sorted by relevance
562 struct copychunk_ioctl *pcchunk) in SMB2_request_res_key() argument582 memcpy(pcchunk->SourceKey, res_key->ResumeKey, COPY_CHUNK_RES_KEY_SIZE); in SMB2_request_res_key()597 struct copychunk_ioctl *pcchunk; in smb2_clone_range() local603 pcchunk = kmalloc(sizeof(struct copychunk_ioctl), GFP_KERNEL); in smb2_clone_range()605 if (pcchunk == NULL) in smb2_clone_range()612 srcfile->fid.volatile_fid, pcchunk); in smb2_clone_range()619 pcchunk->ChunkCount = cpu_to_le32(1); in smb2_clone_range()620 pcchunk->Reserved = 0; in smb2_clone_range()621 pcchunk->Reserved2 = 0; in smb2_clone_range()626 pcchunk->SourceOffset = cpu_to_le64(src_off); in smb2_clone_range()[all …]