Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dsmb2ops.c1505 struct copychunk_ioctl *pcchunk) in SMB2_request_res_key() argument
1527 memcpy(pcchunk->SourceKey, res_key->ResumeKey, COPY_CHUNK_RES_KEY_SIZE); in SMB2_request_res_key()
1792 struct copychunk_ioctl *pcchunk; in smb2_copychunk_range() local
1799 pcchunk = kmalloc(sizeof(struct copychunk_ioctl), GFP_KERNEL); in smb2_copychunk_range()
1800 if (pcchunk == NULL) in smb2_copychunk_range()
1807 srcfile->fid.volatile_fid, pcchunk); in smb2_copychunk_range()
1814 pcchunk->ChunkCount = cpu_to_le32(1); in smb2_copychunk_range()
1815 pcchunk->Reserved = 0; in smb2_copychunk_range()
1816 pcchunk->Reserved2 = 0; in smb2_copychunk_range()
1825 pcchunk->SourceOffset = cpu_to_le64(src_off); in smb2_copychunk_range()
[all …]