Lines Matching defs:smb_com_transaction_qsec_req
1369 typedef struct smb_com_transaction_qsec_req { struct
1370 struct smb_hdr hdr; /* wct = 19 */
1371 __u8 MaxSetupCount;
1372 __u16 Reserved;
1373 __le32 TotalParameterCount;
1374 __le32 TotalDataCount;
1375 __le32 MaxParameterCount;
1376 __le32 MaxDataCount;
1377 __le32 ParameterCount;
1378 __le32 ParameterOffset;
1379 __le32 DataCount;
1380 __le32 DataOffset;
1381 __u8 SetupCount; /* no setup words follow subcommand */
1383 __le16 SubCommand; /* 6 = QUERY_SECURITY_DESC */
1384 __le16 ByteCount; /* bcc = 3 + 8 */
1385 __u8 Pad[3];
1386 __u16 Fid;
1387 __u16 Reserved2;
1388 __le32 AclFlags;