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