Lines Matching defs:smb2_write_req
784 struct smb2_write_req { struct
785 struct smb2_hdr hdr;
786 __le16 StructureSize; /* Must be 49 */
787 __le16 DataOffset; /* offset from start of SMB2 header to write data */
788 __le32 Length;
789 __le64 Offset;
790 __u64 PersistentFileId; /* opaque endianness */
791 __u64 VolatileFileId; /* opaque endianness */
792 __le32 Channel; /* MBZ unless SMB3.02 or later */
793 __le32 RemainingBytes;
794 __le16 WriteChannelInfoOffset;
795 __le16 WriteChannelInfoLength;
796 __le32 Flags;
797 __u8 Buffer[];