Lines Matching defs:smb2_read_plain_req
1278 struct smb2_read_plain_req { struct
1279 struct smb2_sync_hdr sync_hdr;
1280 __le16 StructureSize; /* Must be 49 */
1281 __u8 Padding; /* offset from start of SMB2 header to place read */
1282 __u8 Flags; /* MBZ unless SMB3.02 or later */
1283 __le32 Length;
1284 __le64 Offset;
1285 __u64 PersistentFileId; /* opaque endianness */
1286 __u64 VolatileFileId; /* opaque endianness */
1287 __le32 MinimumCount;
1288 __le32 Channel; /* MBZ except for SMB3 or later */
1289 __le32 RemainingBytes;
1290 __le16 ReadChannelInfoOffset;
1291 __le16 ReadChannelInfoLength;
1292 __u8 Buffer[1];