Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2misc.c374 ((struct smb2_ioctl_rsp *)shdr)->OutputOffset); in smb2_get_data_area_len()
376 ((struct smb2_ioctl_rsp *)shdr)->OutputCount); in smb2_get_data_area_len()
H A Dreparse.c1115 struct smb2_ioctl_rsp *io = rsp_iov->iov_base; in smb2_get_reparse_point_buffer()
H A Dsmb2inode.c31 struct smb2_ioctl_rsp *io = iov->iov_base; in reparse_buf_ptr()
H A Dsmb2pdu.c3489 struct smb2_ioctl_rsp *rsp = NULL; in SMB2_ioctl()
3547 rsp = (struct smb2_ioctl_rsp *)rsp_iov.iov_base; in SMB2_ioctl()
H A Dsmb2ops.c1594 struct smb2_ioctl_rsp *io_rsp = NULL; in smb2_ioctl_query_info()
1771 io_rsp = (struct smb2_ioctl_rsp *)rsp_iov[1].iov_base; in smb2_ioctl_query_info()
/linux/fs/smb/common/
H A Dsmb2pdu.h1437 struct smb2_ioctl_rsp { struct
/linux/fs/smb/server/
H A Dsmb2pdu.c7844 struct smb2_ioctl_rsp *rsp) in fsctl_copychunk()
7968 struct smb2_ioctl_rsp *rsp, in fsctl_query_iface_info_ioctl()
8155 struct smb2_ioctl_rsp *rsp) in fsctl_pipe_transceive()
8266 struct smb2_ioctl_rsp *rsp; in smb2_ioctl()
8300 offsetof(struct smb2_ioctl_rsp, Buffer), in smb2_ioctl()
8590 ret = ksmbd_iov_pin_rsp(work, rsp, sizeof(struct smb2_ioctl_rsp) + nbytes); in smb2_ioctl()