ReactOS 0.4.16-dev-41-ge8c7597
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
VOID IssueUniqueIdChangeNotify | ( | IN PDEVICE_EXTENSION | DeviceExtension, |
IN PUNICODE_STRING | DeviceName, | ||
IN PMOUNTDEV_UNIQUE_ID | UniqueId | ||
) |
Definition at line 637 of file notify.c.
Referenced by MountMgrMountedDeviceArrival().
VOID IssueUniqueIdChangeNotifyWorker | ( | IN PUNIQUE_ID_WORK_ITEM | WorkItem, |
IN PMOUNTDEV_UNIQUE_ID | UniqueId | ||
) |
Definition at line 567 of file notify.c.
Referenced by IssueUniqueIdChangeNotify(), and UniqueIdChangeNotifyWorker().
VOID MountMgrNotify | ( | IN PDEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 288 of file notify.c.
Referenced by MountMgrCreatePointWorker(), MountMgrDeletePoints(), and MountMgrVolumeMountPointChanged().
VOID MountMgrNotifyNameChange | ( | IN PDEVICE_EXTENSION | DeviceExtension, |
IN PUNICODE_STRING | DeviceName, | ||
IN BOOLEAN | ValidateVolume | ||
) |
Definition at line 328 of file notify.c.
Referenced by MountMgrCreatePointWorker(), MountMgrDeletePoints(), MountMgrQueryDosVolumePaths(), and MountMgrVolumeMountPointChanged().
NTSTATUS NTAPI MountMgrTargetDeviceNotification | ( | IN PVOID | NotificationStructure, |
IN PVOID | Context | ||
) |
Definition at line 206 of file notify.c.
Referenced by RegisterForTargetDeviceNotification().
VOID PostOnlineNotification | ( | IN PDEVICE_EXTENSION | DeviceExtension, |
IN PUNICODE_STRING | SymbolicName | ||
) |
Definition at line 122 of file notify.c.
Referenced by MountMgrCreatePointWorker(), MountMgrVolumeMountPointCreated(), OnlineMountedVolumes(), and ReconcileThisDatabaseWithMasterWorker().
VOID RegisterForTargetDeviceNotification | ( | IN PDEVICE_EXTENSION | DeviceExtension, |
IN PDEVICE_INFORMATION | DeviceInformation | ||
) |
Definition at line 250 of file notify.c.
Referenced by MountMgrMountedDeviceArrival().
VOID RemoveWorkItem | ( | IN PUNIQUE_ID_WORK_ITEM | WorkItem | ) |
Definition at line 457 of file notify.c.
Referenced by IssueUniqueIdChangeNotifyWorker(), and UniqueIdChangeNotifyWorker().
VOID SendOnlineNotification | ( | IN PUNICODE_STRING | SymbolicName | ) |
Definition at line 38 of file notify.c.
Referenced by MountMgrMountedDeviceArrival(), and SendOnlineNotificationWorker().
Definition at line 73 of file notify.c.
Referenced by PostOnlineNotification().
NTSTATUS NTAPI UniqueIdChangeNotifyCompletion | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 545 of file notify.c.
Referenced by IssueUniqueIdChangeNotifyWorker().
Definition at line 486 of file notify.c.
Referenced by UniqueIdChangeNotifyCompletion().
VOID WaitForOnlinesToComplete | ( | IN PDEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 174 of file notify.c.
Referenced by MountMgrDeviceControl().