Lines Matching defs:smb2_read_plain_req
1302 struct smb2_read_plain_req { struct
1303 struct smb2_sync_hdr sync_hdr;
1304 __le16 StructureSize; /* Must be 49 */
1305 __u8 Padding; /* offset from start of SMB2 header to place read */
1306 __u8 Flags; /* MBZ unless SMB3.02 or later */
1307 __le32 Length;
1308 __le64 Offset;
1309 __u64 PersistentFileId; /* opaque endianness */
1310 __u64 VolatileFileId; /* opaque endianness */
1311 __le32 MinimumCount;
1312 __le32 Channel; /* MBZ except for SMB3 or later */
1313 __le32 RemainingBytes;
1314 __le16 ReadChannelInfoOffset;
1315 __le16 ReadChannelInfoLength;
1316 __u8 Buffer[1];