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.c373 ((struct smb2_ioctl_rsp *)shdr)->OutputOffset); in smb2_get_data_area_len()
375 ((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 Dsmb2ops.c1583 struct smb2_ioctl_rsp *io_rsp = NULL; in smb2_ioctl_query_info()
1760 io_rsp = (struct smb2_ioctl_rsp *)rsp_iov[1].iov_base; in smb2_ioctl_query_info()
H A Dsmb2pdu.c3475 struct smb2_ioctl_rsp *rsp = NULL; in SMB2_ioctl()
3533 rsp = (struct smb2_ioctl_rsp *)rsp_iov.iov_base; in SMB2_ioctl()
/linux/fs/smb/common/
H A Dsmb2pdu.h1435 struct smb2_ioctl_rsp { struct
/linux/fs/smb/server/
H A Dsmb2pdu.c7833 struct smb2_ioctl_rsp *rsp) in fsctl_copychunk()
7957 struct smb2_ioctl_rsp *rsp, in fsctl_query_iface_info_ioctl()
8144 struct smb2_ioctl_rsp *rsp) in fsctl_pipe_transceive()
8255 struct smb2_ioctl_rsp *rsp; in smb2_ioctl()
8289 offsetof(struct smb2_ioctl_rsp, Buffer), in smb2_ioctl()
8579 ret = ksmbd_iov_pin_rsp(work, rsp, sizeof(struct smb2_ioctl_rsp) + nbytes); in smb2_ioctl()