Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dsmb2misc.c360 ((struct smb2_ioctl_rsp *)shdr)->OutputOffset); in smb2_get_data_area_len()
362 ((struct smb2_ioctl_rsp *)shdr)->OutputCount); in smb2_get_data_area_len()
Dsmb2pdu.h1206 struct smb2_ioctl_rsp { struct
Dsmb2ops.c1524 struct smb2_ioctl_rsp *io_rsp = NULL; in smb2_ioctl_query_info()
1683 io_rsp = (struct smb2_ioctl_rsp *)rsp_iov[1].iov_base; in smb2_ioctl_query_info()
2917 struct smb2_ioctl_rsp *ioctl_rsp; in smb2_query_symlink()
3097 struct smb2_ioctl_rsp *ioctl_rsp; in smb2_query_reparse_tag()
Dsmb2pdu.c3034 struct smb2_ioctl_rsp *rsp = NULL; in SMB2_ioctl()
3080 rsp = (struct smb2_ioctl_rsp *)rsp_iov.iov_base; in SMB2_ioctl()