Home
last modified time | relevance | path

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

/fs/ksmbd/
Dsmb2pdu.h785 struct smb2_close_rsp { struct
Dsmb2pdu.c5365 struct smb2_close_rsp *rsp; in smb2_close_pipe()
5384 sizeof(struct smb2_close_rsp)); in smb2_close_pipe()
5398 struct smb2_close_rsp *rsp; in smb2_close()
5491 sizeof(struct smb2_close_rsp)); in smb2_close()
/fs/cifs/
Dsmb2pdu.h1262 struct smb2_close_rsp { struct
Dsmb2pdu.c3295 struct smb2_close_rsp *rsp = NULL; in __SMB2_close()
3331 rsp = (struct smb2_close_rsp *)rsp_iov.iov_base; in __SMB2_close()