Home
last modified time | relevance | path

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

/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.c7936 char *data_buf = (char *)req + le32_to_cpu(req->InputOffset); in fsctl_pipe_transceive()
8074 buffer = (char *)req + le32_to_cpu(req->InputOffset); in smb2_ioctl()
8359 rsp->InputOffset = cpu_to_le32(112); in smb2_ioctl()
/linux/fs/smb/common/
H A Dsmb2pdu.h1377 __le32 InputOffset; /* Reserved MBZ */ member
1395 __le32 InputOffset; /* Reserved MBZ */ member
/linux/fs/smb/client/
H A Dsmb2pdu.c3339 req->InputOffset = in SMB2_ioctl_init()