Home
last modified time | relevance | path

Searched refs:smb2_close_rsp (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h698 struct smb2_close_rsp { struct
/Linux-v6.6/fs/smb/server/
Dsmb2pdu.c5342 struct smb2_close_rsp *rsp; in smb2_close_pipe()
5361 sizeof(struct smb2_close_rsp)); in smb2_close_pipe()
5375 struct smb2_close_rsp *rsp; in smb2_close()
5468 sizeof(struct smb2_close_rsp)); in smb2_close()
/Linux-v6.6/fs/smb/client/
Dsmb2pdu.c3334 struct smb2_close_rsp *rsp = NULL; in __SMB2_close()
3370 rsp = (struct smb2_close_rsp *)rsp_iov.iov_base; in __SMB2_close()