Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmb2misc.c181 le32_to_cpu(((struct smb2_ioctl_req *)hdr)->InputOffset), in smb2_get_data_area_len()
H A Dsmb2pdu.c8140 char *data_buf = (char *)req + le32_to_cpu(req->InputOffset); in fsctl_pipe_transceive()
8278 buffer = (char *)req + le32_to_cpu(req->InputOffset); in smb2_ioctl()
8565 rsp->InputOffset = cpu_to_le32(112); in smb2_ioctl()
/linux/fs/smb/common/
H A Dsmb2pdu.h1401 __le32 InputOffset; /* Reserved MBZ */ member
1458 __le32 InputOffset; /* Reserved MBZ */ member
/linux/fs/smb/client/
H A Dsmb2pdu.c3408 req->InputOffset = in SMB2_ioctl_init()