Lines Matching defs:smb2_write_req
767 struct smb2_write_req { struct
768 struct smb2_hdr hdr;
769 __le16 StructureSize; /* Must be 49 */
770 __le16 DataOffset; /* offset from start of SMB2 header to write data */
771 __le32 Length;
772 __le64 Offset;
773 __u64 PersistentFileId; /* opaque endianness */
774 __u64 VolatileFileId; /* opaque endianness */
775 __le32 Channel; /* MBZ unless SMB3.02 or later */
776 __le32 RemainingBytes;
777 __le16 WriteChannelInfoOffset;
778 __le16 WriteChannelInfoLength;
779 __le32 Flags;
780 __u8 Buffer[];