Searched refs:smb2_validate_iov (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | smb2proto.h | 236 extern int smb2_validate_iov(unsigned int offset, unsigned int buffer_length,
|
D | smb2pdu.c | 2671 smb2_validate_iov(unsigned int offset, unsigned int buffer_length, in smb2_validate_iov() function 2716 rc = smb2_validate_iov(offset, buffer_length, iov, minbufsize); in validate_and_copy_iov() 3826 rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset), in SMB2_query_directory() 4234 rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset), in SMB311_posix_qfs_info() 4282 rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset), in SMB2_QFS_info() 4346 rc = smb2_validate_iov(offset, rsp_len, &rsp_iov, min_len); in SMB2_QFS_attr()
|
D | smb2ops.c | 1748 rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset), in smb2_queryfs()
|