Lines Matching defs:smb2_read_req
829 struct smb2_read_req { struct
830 struct smb2_hdr hdr;
831 __le16 StructureSize; /* Must be 49 */
832 __u8 Padding; /* offset from start of SMB2 header to place read */
833 __u8 Reserved;
834 __le32 Length;
835 __le64 Offset;
836 __le64 PersistentFileId;
837 __le64 VolatileFileId;
838 __le32 MinimumCount;
839 __le32 Channel; /* Reserved MBZ */
840 __le32 RemainingBytes;
841 __le16 ReadChannelInfoOffset; /* Reserved MBZ */
842 __le16 ReadChannelInfoLength; /* Reserved MBZ */
843 __u8 Buffer[1];