Home
last modified time | relevance | path

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

/Linux-v4.19/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.c2698 struct smb2_query_info_rsp *rsp = NULL; in query_info()
2726 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in query_info()
4082 outbuf_len + sizeof(struct smb2_query_info_rsp) - 1); in build_qfs_info_req()
4094 struct smb2_query_info_rsp *rsp = NULL; in SMB311_posix_qfs_info()
4122 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB311_posix_qfs_info()
4142 struct smb2_query_info_rsp *rsp = NULL; in SMB2_QFS_info()
4170 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB2_QFS_info()
4190 struct smb2_query_info_rsp *rsp = NULL; in SMB2_QFS_attr()
4234 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB2_QFS_attr()
Dsmb2pdu.h1169 struct smb2_query_info_rsp { struct
Dsmb2ops.c1592 struct smb2_query_info_rsp *rsp; in smb2_queryfs()
1659 rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in smb2_queryfs()