Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h829 struct smb2_read_req { struct
830 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 …]