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