Searched defs:smb2_read_req (Results 1 – 1 of 1) sorted by relevance
769 struct smb2_read_req { struct770 struct smb2_hdr hdr;771 __le16 StructureSize; /* Must be 49 */772 __u8 Padding; /* offset from start of SMB2 header to place read */773 __u8 Flags; /* MBZ unless SMB3.02 or later */774 __le32 Length;775 __le64 Offset;776 __u64 PersistentFileId;777 __u64 VolatileFileId;778 __le32 MinimumCount;[all …]