Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb2misc.c368 ((struct smb2_ioctl_rsp *)shdr)->OutputOffset); in smb2_get_data_area_len()
370 ((struct smb2_ioctl_rsp *)shdr)->OutputCount); in smb2_get_data_area_len()
Dsmb2ops.c1476 struct smb2_ioctl_rsp *io_rsp = NULL; in smb2_ioctl_query_info()
1635 io_rsp = (struct smb2_ioctl_rsp *)rsp_iov[1].iov_base; in smb2_ioctl_query_info()
2962 struct smb2_ioctl_rsp *io = rsp_iov->iov_base; in smb2_query_symlink()
2990 struct smb2_ioctl_rsp *ioctl_rsp; in smb2_query_reparse_point()
Dsmb2pdu.c3153 struct smb2_ioctl_rsp *rsp = NULL; in SMB2_ioctl()
3199 rsp = (struct smb2_ioctl_rsp *)rsp_iov.iov_base; in SMB2_ioctl()
/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h1314 struct smb2_ioctl_rsp { struct
/Linux-v6.6/fs/smb/server/
Dsmb2pdu.c7203 struct smb2_ioctl_rsp *rsp) in fsctl_copychunk()
7328 struct smb2_ioctl_rsp *rsp, in fsctl_query_iface_info_ioctl()
7512 struct smb2_ioctl_rsp *rsp) in fsctl_pipe_transceive()
7622 struct smb2_ioctl_rsp *rsp; in smb2_ioctl()
7940 ret = ksmbd_iov_pin_rsp(work, rsp, sizeof(struct smb2_ioctl_rsp) + nbytes); in smb2_ioctl()