Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dsmb2pdu.c3725 struct smb2_change_notify_rsp *smb_rsp; in SMB2_change_notify() local
3770 smb_rsp = (struct smb2_change_notify_rsp *)rsp_iov.iov_base; in SMB2_change_notify()
3772 smb2_validate_iov(le16_to_cpu(smb_rsp->OutputBufferOffset), in SMB2_change_notify()
3773 le32_to_cpu(smb_rsp->OutputBufferLength), &rsp_iov, in SMB2_change_notify()
3776 *out_data = kmemdup((char *)smb_rsp + le16_to_cpu(smb_rsp->OutputBufferOffset), in SMB2_change_notify()
3777 le32_to_cpu(smb_rsp->OutputBufferLength), GFP_KERNEL); in SMB2_change_notify()
3782 *plen = le32_to_cpu(smb_rsp->OutputBufferLength); in SMB2_change_notify()