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