Lines Matching defs:smb2_read_req
649 struct smb2_read_req { struct
650 struct smb2_hdr hdr;
651 __le16 StructureSize; /* Must be 49 */
652 __u8 Padding; /* offset from start of SMB2 header to place read */
653 __u8 Flags; /* MBZ unless SMB3.02 or later */
654 __le32 Length;
655 __le64 Offset;
656 __le64 PersistentFileId;
657 __le64 VolatileFileId;
658 __le32 MinimumCount;
659 __le32 Channel; /* MBZ except for SMB3 or later */
660 __le32 RemainingBytes;
661 __le16 ReadChannelInfoOffset;
662 __le16 ReadChannelInfoLength;
663 __u8 Buffer[1];