Lines Matching defs:smb_com_transaction_compr_ioctl_req
1328 typedef struct smb_com_transaction_compr_ioctl_req { struct
1329 struct smb_hdr hdr; /* wct = 23 */
1330 __u8 MaxSetupCount;
1331 __u16 Reserved;
1332 __le32 TotalParameterCount;
1333 __le32 TotalDataCount;
1334 __le32 MaxParameterCount;
1335 __le32 MaxDataCount;
1336 __le32 ParameterCount;
1337 __le32 ParameterOffset;
1338 __le32 DataCount;
1339 __le32 DataOffset;
1340 __u8 SetupCount; /* four setup words follow subcommand */
1342 __le16 SubCommand; /* 2 = IOCTL/FSCTL */
1343 __le32 FunctionCode;
1344 __u16 Fid;
1345 __u8 IsFsctl; /* 1 = File System Control 0 = device control (IOCTL) */
1346 __u8 IsRootFlag; /* 1 = apply command to root of share (must be DFS) */
1347 __le16 ByteCount;
1348 __u8 Pad[3];
1349 __le16 compression_state; /* See below for valid flags */