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