Lines Matching defs:smb2_read_req
732 struct smb2_read_req { struct
733 struct smb2_hdr hdr;
734 __le16 StructureSize; /* Must be 49 */
735 __u8 Padding; /* offset from start of SMB2 header to place read */
736 __u8 Flags; /* MBZ unless SMB3.02 or later */
737 __le32 Length;
738 __le64 Offset;
739 __u64 PersistentFileId;
740 __u64 VolatileFileId;
741 __le32 MinimumCount;
742 __le32 Channel; /* MBZ except for SMB3 or later */
743 __le32 RemainingBytes;
744 __le16 ReadChannelInfoOffset;
745 __le16 ReadChannelInfoLength;
746 __u8 Buffer[];