Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dsmb2misc.c352 ((struct smb2_ioctl_rsp *)shdr)->OutputOffset); in smb2_get_data_area_len()
354 ((struct smb2_ioctl_rsp *)shdr)->OutputCount); in smb2_get_data_area_len()
Dsmb2pdu.h1198 struct smb2_ioctl_rsp { struct
Dsmb2ops.c1519 struct smb2_ioctl_rsp *io_rsp = NULL; in smb2_ioctl_query_info()
1674 io_rsp = (struct smb2_ioctl_rsp *)rsp_iov[1].iov_base; in smb2_ioctl_query_info()
2890 struct smb2_ioctl_rsp *ioctl_rsp; in smb2_query_symlink()
3071 struct smb2_ioctl_rsp *ioctl_rsp; in smb2_query_reparse_tag()
Dsmb2pdu.c3017 struct smb2_ioctl_rsp *rsp = NULL; in SMB2_ioctl()
3063 rsp = (struct smb2_ioctl_rsp *)rsp_iov.iov_base; in SMB2_ioctl()