Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb2misc.c340 ((struct smb2_query_info_rsp *)shdr)->OutputBufferOffset); in smb2_get_data_area_len()
342 ((struct smb2_query_info_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
Dsmb2pdu.c2774 struct smb2_query_info_rsp *rsp = NULL; in query_info()
2802 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in query_info()
4190 outbuf_len + sizeof(struct smb2_query_info_rsp) - 1); in build_qfs_info_req()
4202 struct smb2_query_info_rsp *rsp = NULL; in SMB311_posix_qfs_info()
4230 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB311_posix_qfs_info()
4250 struct smb2_query_info_rsp *rsp = NULL; in SMB2_QFS_info()
4278 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB2_QFS_info()
4298 struct smb2_query_info_rsp *rsp = NULL; in SMB2_QFS_attr()
4342 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB2_QFS_attr()
Dsmb2pdu.h1178 struct smb2_query_info_rsp { struct
Dsmb2ops.c1677 struct smb2_query_info_rsp *rsp; in smb2_queryfs()
1744 rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in smb2_queryfs()