Lines Matching defs:smb_com_ntransact_req
1249 typedef struct smb_com_ntransact_req { struct
1250 struct smb_hdr hdr; /* wct >= 19 */
1251 __u8 MaxSetupCount;
1252 __u16 Reserved;
1253 __le32 TotalParameterCount;
1254 __le32 TotalDataCount;
1255 __le32 MaxParameterCount;
1256 __le32 MaxDataCount;
1257 __le32 ParameterCount;
1258 __le32 ParameterOffset;
1259 __le32 DataCount;
1260 __le32 DataOffset;
1261 __u8 SetupCount; /* four setup words follow subcommand */
1263 __le16 SubCommand; /* 2 = IOCTL/FSCTL */
1265 __le16 ByteCount;
1266 __u8 Pad[3];
1267 __u8 Parms[];