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