Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsmb2misc.c371 ((struct smb2_ioctl_rsp *)shdr)->OutputOffset); in smb2_get_data_area_len()
373 ((struct smb2_ioctl_rsp *)shdr)->OutputCount); in smb2_get_data_area_len()
H A Dreparse.c1105 struct smb2_ioctl_rsp *io = rsp_iov->iov_base; in smb2_get_reparse_point_buffer()
H A Dsmb2inode.c32 struct smb2_ioctl_rsp *io = iov->iov_base; in reparse_buf_ptr()
H A Dsmb2pdu.c3389 struct smb2_ioctl_rsp *rsp = NULL; in SMB2_ioctl()
3443 rsp = (struct smb2_ioctl_rsp *)rsp_iov.iov_base; in SMB2_ioctl()
H A Dsmb2ops.c1562 struct smb2_ioctl_rsp *io_rsp = NULL; in smb2_ioctl_query_info()
1735 io_rsp = (struct smb2_ioctl_rsp *)rsp_iov[1].iov_base; in smb2_ioctl_query_info()
/linux-6.15/fs/smb/common/
H A Dsmb2pdu.h1391 struct smb2_ioctl_rsp { struct
/linux-6.15/fs/smb/server/
H A Dsmb2pdu.c7651 struct smb2_ioctl_rsp *rsp) in fsctl_copychunk()
7775 struct smb2_ioctl_rsp *rsp, in fsctl_query_iface_info_ioctl()
7962 struct smb2_ioctl_rsp *rsp) in fsctl_pipe_transceive()
8073 struct smb2_ioctl_rsp *rsp; in smb2_ioctl()
8395 ret = ksmbd_iov_pin_rsp(work, rsp, sizeof(struct smb2_ioctl_rsp) + nbytes); in smb2_ioctl()