Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/common/
H A Dsmb2pdu.h712 struct smb2_close_rsp { struct
/linux-6.15/fs/smb/server/
H A Dsmb2pdu.c5764 struct smb2_close_rsp *rsp; in smb2_close_pipe()
5783 sizeof(struct smb2_close_rsp)); in smb2_close_pipe()
5797 struct smb2_close_rsp *rsp; in smb2_close()
5900 sizeof(struct smb2_close_rsp)); in smb2_close()
/linux-6.15/fs/smb/client/
H A Dsmb2pdu.c3583 struct smb2_close_rsp *rsp = NULL; in __SMB2_close()
3629 rsp = (struct smb2_close_rsp *)rsp_iov.iov_base; in __SMB2_close()