Lines Matching defs:smb_com_ntransact_req
1288 typedef struct smb_com_ntransact_req { struct
1289 struct smb_hdr hdr; /* wct >= 19 */
1290 __u8 MaxSetupCount;
1291 __u16 Reserved;
1292 __le32 TotalParameterCount;
1293 __le32 TotalDataCount;
1294 __le32 MaxParameterCount;
1295 __le32 MaxDataCount;
1296 __le32 ParameterCount;
1297 __le32 ParameterOffset;
1298 __le32 DataCount;
1299 __le32 DataOffset;
1300 __u8 SetupCount; /* four setup words follow subcommand */
1302 __le16 SubCommand; /* 2 = IOCTL/FSCTL */
1304 __le16 ByteCount;
1305 __u8 Pad[3];
1306 __u8 Parms[];