ReactOS 0.4.15-dev-7127-g2dd0c6c
|
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 660 of file notify.c.
Referenced by MountMgrMountedDeviceArrival().
VOID IssueUniqueIdChangeNotifyWorker | ( | IN PUNIQUE_ID_WORK_ITEM | WorkItem, |
IN PMOUNTDEV_UNIQUE_ID | UniqueId | ||
) |
Definition at line 590 of file notify.c.
Referenced by IssueUniqueIdChangeNotify(), and UniqueIdChangeNotifyWorker().
VOID MountMgrNotify | ( | IN PDEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 311 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 351 of file notify.c.
Referenced by MountMgrCreatePointWorker(), MountMgrDeletePoints(), MountMgrQueryDosVolumePaths(), and MountMgrVolumeMountPointChanged().
NTSTATUS NTAPI MountMgrTargetDeviceNotification | ( | IN PVOID | NotificationStructure, |
IN PVOID | Context | ||
) |
Definition at line 229 of file notify.c.
Referenced by RegisterForTargetDeviceNotification().
VOID PostOnlineNotification | ( | IN PDEVICE_EXTENSION | DeviceExtension, |
IN PUNICODE_STRING | SymbolicName | ||
) |
Definition at line 145 of file notify.c.
Referenced by MountMgrCreatePointWorker(), MountMgrVolumeMountPointCreated(), OnlineMountedVolumes(), and ReconcileThisDatabaseWithMasterWorker().
VOID RegisterForTargetDeviceNotification | ( | IN PDEVICE_EXTENSION | DeviceExtension, |
IN PDEVICE_INFORMATION | DeviceInformation | ||
) |
Definition at line 273 of file notify.c.
Referenced by MountMgrMountedDeviceArrival().
VOID RemoveWorkItem | ( | IN PUNIQUE_ID_WORK_ITEM | WorkItem | ) |
Definition at line 480 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 96 of file notify.c.
Referenced by PostOnlineNotification().
NTSTATUS NTAPI UniqueIdChangeNotifyCompletion | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 568 of file notify.c.
Referenced by IssueUniqueIdChangeNotifyWorker().
Definition at line 509 of file notify.c.
Referenced by UniqueIdChangeNotifyCompletion().
VOID WaitForOnlinesToComplete | ( | IN PDEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 197 of file notify.c.
Referenced by MountMgrDeviceControl().