Lines Matching defs:smb2_read_plain_req
1133 struct smb2_read_plain_req { struct
1134 struct smb2_sync_hdr sync_hdr;
1135 __le16 StructureSize; /* Must be 49 */
1136 __u8 Padding; /* offset from start of SMB2 header to place read */
1137 __u8 Flags; /* MBZ unless SMB3.02 or later */
1138 __le32 Length;
1139 __le64 Offset;
1140 __u64 PersistentFileId; /* opaque endianness */
1141 __u64 VolatileFileId; /* opaque endianness */
1142 __le32 MinimumCount;
1143 __le32 Channel; /* MBZ except for SMB3 or later */
1144 __le32 RemainingBytes;
1145 __le16 ReadChannelInfoOffset;
1146 __le16 ReadChannelInfoLength;
1147 __u8 Buffer[1];