Lines Matching defs:smb2_read_plain_req
1270 struct smb2_read_plain_req { struct
1271 struct smb2_sync_hdr sync_hdr;
1272 __le16 StructureSize; /* Must be 49 */
1273 __u8 Padding; /* offset from start of SMB2 header to place read */
1274 __u8 Flags; /* MBZ unless SMB3.02 or later */
1275 __le32 Length;
1276 __le64 Offset;
1277 __u64 PersistentFileId; /* opaque endianness */
1278 __u64 VolatileFileId; /* opaque endianness */
1279 __le32 MinimumCount;
1280 __le32 Channel; /* MBZ except for SMB3 or later */
1281 __le32 RemainingBytes;
1282 __le16 ReadChannelInfoOffset;
1283 __le16 ReadChannelInfoLength;
1284 __u8 Buffer[1];