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