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