Searched refs:smb2_validate_iov (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2proto.h | 279 extern int smb2_validate_iov(unsigned int offset, unsigned int buffer_length,
|
H A D | smb2pdu.c | 3289 smb2_validate_iov(unsigned int offset, unsigned int buffer_length, in smb2_validate_iov() function 3334 rc = smb2_validate_iov(offset, buffer_length, iov, minbufsize); in smb2_validate_and_copy_iov() 4738 rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset), in smb2_parse_query_directory() 5161 rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset), in SMB311_posix_qfs_info() 5212 rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset), in SMB2_QFS_info() 5279 rc = smb2_validate_iov(offset, rsp_len, &rsp_iov, min_len); in SMB2_QFS_attr()
|
H A D | smb2ops.c | 1113 rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset), in smb2_query_eas() 2622 rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset), in smb2_queryfs()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2proto.h | 266 extern int smb2_validate_iov(unsigned int offset, unsigned int buffer_length,
|
H A D | smb2pdu.c | 3579 smb2_validate_iov(unsigned int offset, unsigned int buffer_length, in smb2_validate_iov() function 3624 rc = smb2_validate_iov(offset, buffer_length, iov, minbufsize); in smb2_validate_and_copy_iov() 3916 smb2_validate_iov(le16_to_cpu(smb_rsp->OutputBufferOffset), in SMB2_change_notify() 5181 rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset), in smb2_parse_query_directory() 5605 rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset), in SMB311_posix_qfs_info() 5656 rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset), in SMB2_QFS_info() 5723 rc = smb2_validate_iov(offset, rsp_len, &rsp_iov, min_len); in SMB2_QFS_attr()
|
H A D | smb2ops.c | 1086 rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset), in smb2_query_eas() 2696 rc = smb2_validate_iov(le16_to_cpu(rsp->OutputBufferOffset), in smb2_queryfs()
|
Completed in 32 milliseconds