Searched defs:smb2_read_req (Results 1 – 1 of 1) sorted by relevance
749 struct smb2_read_req { struct750 struct smb2_hdr hdr;751 __le16 StructureSize; /* Must be 49 */752 __u8 Padding; /* offset from start of SMB2 header to place read */753 __u8 Flags; /* MBZ unless SMB3.02 or later */754 __le32 Length;755 __le64 Offset;756 __u64 PersistentFileId;757 __u64 VolatileFileId;758 __le32 MinimumCount;[all …]