Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h797 struct smb2_write_rsp { struct
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c4762 struct smb2_write_rsp *rsp = (struct smb2_write_rsp *)mid->resp_buf; in smb2_writev_callback()
5008 struct smb2_write_rsp *rsp = NULL; in SMB2_write()
5068 rsp = (struct smb2_write_rsp *)rsp_iov.iov_base; in SMB2_write()
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c6806 struct smb2_write_rsp *rsp; in smb2_write_pipe()
6854 offsetof(struct smb2_write_rsp, Buffer)); in smb2_write_pipe()
6903 struct smb2_write_rsp *rsp; in smb2_write()
7012 err = ksmbd_iov_pin_rsp(work, rsp, offsetof(struct smb2_write_rsp, Buffer)); in smb2_write()