Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2pdu.c4062 struct smb2_change_notify_rsp *smb_rsp; in SMB2_change_notify() local
4121 smb_rsp = (struct smb2_change_notify_rsp *)rsp_iov.iov_base; in SMB2_change_notify()
4123 rc = smb2_validate_iov(le16_to_cpu(smb_rsp->OutputBufferOffset), in SMB2_change_notify()
4124 le32_to_cpu(smb_rsp->OutputBufferLength), in SMB2_change_notify()
4130 *out_data = kmemdup((char *)smb_rsp + le16_to_cpu(smb_rsp->OutputBufferOffset), in SMB2_change_notify()
4131 le32_to_cpu(smb_rsp->OutputBufferLength), GFP_KERNEL); in SMB2_change_notify()
4136 *plen = le32_to_cpu(smb_rsp->OutputBufferLength); in SMB2_change_notify()