smb2_ioctl_rsp
struct smb2_ioctl_rsp *io = rsp_iov->iov_base;
struct smb2_ioctl_rsp *io = iov->iov_base;
((struct smb2_ioctl_rsp *)shdr)->OutputOffset);
((struct smb2_ioctl_rsp *)shdr)->OutputCount);
struct smb2_ioctl_rsp *io_rsp = NULL;
io_rsp = (struct smb2_ioctl_rsp *)rsp_iov[1].iov_base;
struct smb2_ioctl_rsp *rsp = NULL;
rsp = (struct smb2_ioctl_rsp *)rsp_iov.iov_base;
struct smb2_ioctl_rsp *rsp)
struct smb2_ioctl_rsp *rsp,
struct smb2_ioctl_rsp *rsp)
struct smb2_ioctl_rsp *rsp;
offsetof(struct smb2_ioctl_rsp, Buffer),
ret = ksmbd_iov_pin_rsp(work, rsp, sizeof(struct smb2_ioctl_rsp) + nbytes);