Lines Matching defs:smb_com_ntransact_req
1281 typedef struct smb_com_ntransact_req { struct
1282 struct smb_hdr hdr; /* wct >= 19 */
1283 __u8 MaxSetupCount;
1284 __u16 Reserved;
1285 __le32 TotalParameterCount;
1286 __le32 TotalDataCount;
1287 __le32 MaxParameterCount;
1288 __le32 MaxDataCount;
1289 __le32 ParameterCount;
1290 __le32 ParameterOffset;
1291 __le32 DataCount;
1292 __le32 DataOffset;
1293 __u8 SetupCount; /* four setup words follow subcommand */
1295 __le16 SubCommand; /* 2 = IOCTL/FSCTL */
1297 __le16 ByteCount;
1298 __u8 Pad[3];
1299 __u8 Parms[0];