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