Searched defs:smb2_read_req (Results 1 – 1 of 1) sorted by relevance
732 struct smb2_read_req { struct733 struct smb2_hdr hdr;734 __le16 StructureSize; /* Must be 49 */735 __u8 Padding; /* offset from start of SMB2 header to place read */736 __u8 Flags; /* MBZ unless SMB3.02 or later */737 __le32 Length;738 __le64 Offset;739 __u64 PersistentFileId;740 __u64 VolatileFileId;741 __le32 MinimumCount;[all …]