Searched defs:smb2_read_req (Results 1 – 1 of 1) sorted by relevance
829 struct smb2_read_req { struct830 struct smb2_hdr hdr;831 __le16 StructureSize; /* Must be 49 */832 __u8 Padding; /* offset from start of SMB2 header to place read */833 __u8 Reserved;834 __le32 Length;835 __le64 Offset;836 __le64 PersistentFileId;837 __le64 VolatileFileId;838 __le32 MinimumCount;[all …]