Lines Matching defs:smb_com_transaction_change_notify_req
1456 typedef struct smb_com_transaction_change_notify_req { struct
1457 struct smb_hdr hdr; /* wct = 23 */
1458 __u8 MaxSetupCount;
1459 __u16 Reserved;
1460 __le32 TotalParameterCount;
1461 __le32 TotalDataCount;
1462 __le32 MaxParameterCount;
1463 __le32 MaxDataCount;
1464 __le32 ParameterCount;
1465 __le32 ParameterOffset;
1466 __le32 DataCount;
1467 __le32 DataOffset;
1468 __u8 SetupCount; /* four setup words follow subcommand */
1470 __le16 SubCommand;/* 4 = Change Notify */
1471 __le32 CompletionFilter; /* operation to monitor */
1472 __u16 Fid;
1473 __u8 WatchTree; /* 1 = Monitor subdirectories */
1474 __u8 Reserved2;
1475 __le16 ByteCount;