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