Searched refs:smb2_validate_iov (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/cifs/ | 
| D | smb2proto.h | 245 extern int smb2_validate_iov(unsigned int offset, unsigned int buffer_length,
 | 
| D | smb2pdu.c | 2979 smb2_validate_iov(unsigned int offset, unsigned int buffer_length,  in smb2_validate_iov()  function3024 	rc = smb2_validate_iov(offset, buffer_length, iov, minbufsize);  in smb2_validate_and_copy_iov()
 4265 	rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset),  in SMB2_query_directory()
 4603 	rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset),  in SMB311_posix_qfs_info()
 4651 	rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset),  in SMB2_QFS_info()
 4715 	rc = smb2_validate_iov(offset, rsp_len, &rsp_iov, min_len);  in SMB2_QFS_attr()
 
 | 
| D | smb2ops.c | 1054 	rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset),  in smb2_query_eas()2296 	rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset),  in smb2_queryfs()
 
 |