Lines Matching defs:smb_com_transaction_change_notify_req
1409 typedef struct smb_com_transaction_change_notify_req { struct
1410 struct smb_hdr hdr; /* wct = 23 */
1411 __u8 MaxSetupCount;
1412 __u16 Reserved;
1413 __le32 TotalParameterCount;
1414 __le32 TotalDataCount;
1415 __le32 MaxParameterCount;
1416 __le32 MaxDataCount;
1417 __le32 ParameterCount;
1418 __le32 ParameterOffset;
1419 __le32 DataCount;
1420 __le32 DataOffset;
1421 __u8 SetupCount; /* four setup words follow subcommand */
1423 __le16 SubCommand;/* 4 = Change Notify */
1424 __le32 CompletionFilter; /* operation to monitor */
1425 __u16 Fid;
1426 __u8 WatchTree; /* 1 = Monitor subdirectories */
1427 __u8 Reserved2;
1428 __le16 ByteCount;