Lines Matching refs:ioctl_rsp
2920 struct smb2_ioctl_rsp *ioctl_rsp;
2997 ioctl_rsp = rsp_iov[1].iov_base;
3006 ((char *)ioctl_rsp +
3007 le32_to_cpu(ioctl_rsp->OutputOffset));
3008 plen = le32_to_cpu(ioctl_rsp->OutputCount);
3010 if (plen + le32_to_cpu(ioctl_rsp->OutputOffset) >
3100 struct smb2_ioctl_rsp *ioctl_rsp;
3174 ioctl_rsp = rsp_iov[1].iov_base;
3181 off = le32_to_cpu(ioctl_rsp->OutputOffset);
3182 count = le32_to_cpu(ioctl_rsp->OutputCount);
3191 reparse_buf = (void *)((u8 *)ioctl_rsp + off);