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