Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb2ops.c1476 struct smb2_ioctl_rsp *io_rsp = NULL; in smb2_ioctl_query_info() local
1635 io_rsp = (struct smb2_ioctl_rsp *)rsp_iov[1].iov_base; in smb2_ioctl_query_info()
1636 if (le32_to_cpu(io_rsp->OutputCount) < qi.input_buffer_length) in smb2_ioctl_query_info()
1637 qi.input_buffer_length = le32_to_cpu(io_rsp->OutputCount); in smb2_ioctl_query_info()
1639 le32_to_cpu(io_rsp->OutputOffset) + qi.input_buffer_length in smb2_ioctl_query_info()
1653 (const void *)io_rsp + le32_to_cpu(io_rsp->OutputOffset), in smb2_ioctl_query_info()