Home
last modified time | relevance | path

Searched defs:smb2_read_req (Results 1 – 1 of 1) sorted by relevance

/linux/fs/smb/common/
H A Dsmb2pdu.h744 struct smb2_read_req { struct
745 struct smb2_hdr hdr;
746 __le16 StructureSize; /* Must be 49 */
747 __u8 Padding; /* offset from start of SMB2 header to place read */
748 __u8 Flags; /* MBZ unless SMB3.02 or later */
749 __le32 Length;
750 __le64 Offset;
751 __u64 PersistentFileId;
752 __u64 VolatileFileId;
753 __le32 MinimumCount;
[all …]