Lines Matching defs:smb_com_transaction_compr_ioctl_req
1358 typedef struct smb_com_transaction_compr_ioctl_req { struct
1359 struct smb_hdr hdr; /* wct = 23 */
1360 __u8 MaxSetupCount;
1361 __u16 Reserved;
1362 __le32 TotalParameterCount;
1363 __le32 TotalDataCount;
1364 __le32 MaxParameterCount;
1365 __le32 MaxDataCount;
1366 __le32 ParameterCount;
1367 __le32 ParameterOffset;
1368 __le32 DataCount;
1369 __le32 DataOffset;
1370 __u8 SetupCount; /* four setup words follow subcommand */
1372 __le16 SubCommand; /* 2 = IOCTL/FSCTL */
1373 __le32 FunctionCode;
1374 __u16 Fid;
1375 __u8 IsFsctl; /* 1 = File System Control 0 = device control (IOCTL) */
1376 __u8 IsRootFlag; /* 1 = apply command to root of share (must be DFS) */
1377 __le16 ByteCount;
1378 __u8 Pad[3];
1379 __le16 compression_state; /* See below for valid flags */