Lines Matching defs:smb2_read_plain_req
1000 struct smb2_read_plain_req { struct
1001 struct smb2_sync_hdr sync_hdr;
1002 __le16 StructureSize; /* Must be 49 */
1003 __u8 Padding; /* offset from start of SMB2 header to place read */
1004 __u8 Flags; /* MBZ unless SMB3.02 or later */
1005 __le32 Length;
1006 __le64 Offset;
1007 __u64 PersistentFileId; /* opaque endianness */
1008 __u64 VolatileFileId; /* opaque endianness */
1009 __le32 MinimumCount;
1010 __le32 Channel; /* MBZ except for SMB3 or later */
1011 __le32 RemainingBytes;
1012 __le16 ReadChannelInfoOffset;
1013 __le16 ReadChannelInfoLength;
1014 __u8 Buffer[1];