Searched refs:pcchunk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 1471 struct copychunk_ioctl *pcchunk) in SMB2_request_res_key() 1490 memcpy(pcchunk->SourceKey, res_key->ResumeKey, COPY_CHUNK_RES_KEY_SIZE); in SMB2_request_res_key() 1746 struct copychunk_ioctl *pcchunk; in smb2_copychunk_range() local 1754 pcchunk = kmalloc(sizeof(struct copychunk_ioctl), GFP_KERNEL); in smb2_copychunk_range() 1763 if (pcchunk == NULL) in smb2_copychunk_range() 1770 srcfile->fid.volatile_fid, pcchunk); in smb2_copychunk_range() 1777 pcchunk->ChunkCount = cpu_to_le32(1); in smb2_copychunk_range() 1778 pcchunk->Reserved = 0; in smb2_copychunk_range() 1779 pcchunk->Reserved2 = 0; in smb2_copychunk_range() 1784 pcchunk in smb2_copychunk_range() 1469 SMB2_request_res_key(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct copychunk_ioctl *pcchunk) SMB2_request_res_key() argument [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2ops.c | 1447 struct copychunk_ioctl *pcchunk) in SMB2_request_res_key() 1469 memcpy(pcchunk->SourceKey, res_key->ResumeKey, COPY_CHUNK_RES_KEY_SIZE); in SMB2_request_res_key() 1715 struct copychunk_ioctl *pcchunk; in smb2_copychunk_range() local 1722 pcchunk = kmalloc(sizeof(struct copychunk_ioctl), GFP_KERNEL); in smb2_copychunk_range() 1723 if (pcchunk == NULL) in smb2_copychunk_range() 1730 srcfile->fid.volatile_fid, pcchunk); in smb2_copychunk_range() 1737 pcchunk->ChunkCount = cpu_to_le32(1); in smb2_copychunk_range() 1738 pcchunk->Reserved = 0; in smb2_copychunk_range() 1739 pcchunk->Reserved2 = 0; in smb2_copychunk_range() 1744 pcchunk in smb2_copychunk_range() 1445 SMB2_request_res_key(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, struct copychunk_ioctl *pcchunk) SMB2_request_res_key() argument [all...] |
Completed in 16 milliseconds