Lines Matching defs:smb2_read_req
744 struct smb2_read_req { struct
745 struct smb2_hdr hdr;
746 __le16 StructureSize; /* Must be 49 */
747 __u8 Padding; /* offset from start of SMB2 header to place read */
748 __u8 Flags; /* MBZ unless SMB3.02 or later */
749 __le32 Length;
750 __le64 Offset;
751 __u64 PersistentFileId;
752 __u64 VolatileFileId;
753 __le32 MinimumCount;
754 __le32 Channel; /* MBZ except for SMB3 or later */
755 __le32 RemainingBytes;
756 __le16 ReadChannelInfoOffset;
757 __le16 ReadChannelInfoLength;
758 __u8 Buffer[];