Lines Matching defs:smb_com_readx_req
1027 typedef struct smb_com_readx_req { struct
1028 struct smb_hdr hdr; /* wct = 10 */
1029 __u8 AndXCommand;
1030 __u8 AndXReserved;
1031 __le16 AndXOffset;
1032 __u16 Fid;
1033 __le32 OffsetLow;
1034 __le16 MaxCount;
1035 __le16 MinCount; /* obsolete */
1036 __le32 Reserved;
1037 __le16 Remaining;
1038 __le16 ByteCount;