smb2_write_rsp
struct smb2_write_rsp *rsp = (struct smb2_write_rsp *)mid->resp_buf;
struct smb2_write_rsp *rsp = NULL;
rsp = (struct smb2_write_rsp *)rsp_iov.iov_base;
struct smb2_write_rsp *rsp;
offsetof(struct smb2_write_rsp, Buffer));
struct smb2_write_rsp *rsp;
err = ksmbd_iov_pin_rsp(work, rsp, offsetof(struct smb2_write_rsp, Buffer));