Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dsmb2misc.c182 le32_to_cpu(((struct smb2_ioctl_req *)hdr)->InputOffset), in smb2_get_data_area_len()
H A Dsmb2pdu.c7918 char *data_buf = (char *)req + le32_to_cpu(req->InputOffset); in fsctl_pipe_transceive()
8054 buffer = (char *)req + le32_to_cpu(req->InputOffset); in smb2_ioctl()
8339 rsp->InputOffset = cpu_to_le32(112); in smb2_ioctl()
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h1375 __le32 InputOffset; /* Reserved MBZ */ member
1393 __le32 InputOffset; /* Reserved MBZ */ member
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c3341 req->InputOffset = in SMB2_ioctl_init()