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