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