Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/common/
Dsmb2pdu.h786 struct smb2_write_rsp { struct
/linux-6.6.21/fs/smb/client/
Dsmb2pdu.c4594 struct smb2_write_rsp *rsp = (struct smb2_write_rsp *)mid->resp_buf; in smb2_writev_callback()
4838 struct smb2_write_rsp *rsp = NULL; in SMB2_write()
4892 rsp = (struct smb2_write_rsp *)rsp_iov.iov_base; in SMB2_write()
/linux-6.6.21/fs/smb/server/
Dsmb2pdu.c6428 struct smb2_write_rsp *rsp; in smb2_write_pipe()
6476 offsetof(struct smb2_write_rsp, Buffer)); in smb2_write_pipe()
6525 struct smb2_write_rsp *rsp; in smb2_write()
6632 err = ksmbd_iov_pin_rsp(work, rsp, offsetof(struct smb2_write_rsp, Buffer)); in smb2_write()