Home
last modified time | relevance | path

Searched refs:MupEnableDfs (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/filesystems/mup/
H A Dmup.c46 BOOLEAN MupEnableDfs; variable
774 if (MupEnableDfs && DeviceObject->DeviceType == FILE_DEVICE_DFS) in MupForwardIoRequest()
1271 if (!MupEnableDfs) in MupFsControl()
1995 if (!MupEnableDfs || FileObject->FsContext2 == (PVOID)DFS_DOWNLEVEL_OPEN_CONTEXT) in CreateRedirectedFile()
2284 if (MupEnableDfs) in MupCleanup()
2406 if (MupEnableDfs) in MupClose()
2472 if (MupEnableDfs) in MupUnload()
2503 MupEnableDfs = MuppIsDfsEnabled(); in DriverEntry()
2505 if (MupEnableDfs && !NT_SUCCESS(DfsDriverEntry(DriverObject, RegistryPath))) in DriverEntry()
2507 MupEnableDfs = FALSE; in DriverEntry()
[all …]