Lines Matching defs:smb_com_ntransact_req
1258 typedef struct smb_com_ntransact_req { struct
1259 struct smb_hdr hdr; /* wct >= 19 */
1260 __u8 MaxSetupCount;
1261 __u16 Reserved;
1262 __le32 TotalParameterCount;
1263 __le32 TotalDataCount;
1264 __le32 MaxParameterCount;
1265 __le32 MaxDataCount;
1266 __le32 ParameterCount;
1267 __le32 ParameterOffset;
1268 __le32 DataCount;
1269 __le32 DataOffset;
1270 __u8 SetupCount; /* four setup words follow subcommand */
1272 __le16 SubCommand; /* 2 = IOCTL/FSCTL */
1274 __le16 ByteCount;
1275 __u8 Pad[3];
1276 __u8 Parms[];