ReactOS
0.4.15-dev-4857-g47842d7
|
#include "udffs.h"
Go to the source code of this file.
Macros | |
#define | UDF_BUG_CHECK_ID UDF_FILE_SHUTDOWN |
#define UDF_BUG_CHECK_ID UDF_FILE_SHUTDOWN |
Definition at line 20 of file lockctrl.cpp.
Definition at line 105 of file lockctrl.cpp.
Referenced by UDFLockControl().
BOOLEAN NTAPI UDFFastLock | ( | IN PFILE_OBJECT | FileObject, |
IN PLARGE_INTEGER | FileOffset, | ||
IN PLARGE_INTEGER | Length, | ||
PEPROCESS | ProcessId, | ||
ULONG | Key, | ||
BOOLEAN | FailImmediately, | ||
BOOLEAN | ExclusiveLock, | ||
OUT PIO_STATUS_BLOCK | IoStatus, | ||
IN PDEVICE_OBJECT | DeviceObject | ||
) |
Definition at line 205 of file lockctrl.cpp.
Referenced by UDFInitializeFunctionPointers().
BOOLEAN NTAPI UDFFastUnlockAll | ( | IN PFILE_OBJECT | FileObject, |
PEPROCESS | ProcessId, | ||
OUT PIO_STATUS_BLOCK | IoStatus, | ||
IN PDEVICE_OBJECT | DeviceObject | ||
) |
Definition at line 404 of file lockctrl.cpp.
Referenced by UDFInitializeFunctionPointers().
BOOLEAN NTAPI UDFFastUnlockAllByKey | ( | IN PFILE_OBJECT | FileObject, |
PEPROCESS | ProcessId, | ||
ULONG | Key, | ||
OUT PIO_STATUS_BLOCK | IoStatus, | ||
IN PDEVICE_OBJECT | DeviceObject | ||
) |
Definition at line 494 of file lockctrl.cpp.
Referenced by UDFInitializeFunctionPointers().
BOOLEAN NTAPI UDFFastUnlockSingle | ( | IN PFILE_OBJECT | FileObject, |
IN PLARGE_INTEGER | FileOffset, | ||
IN PLARGE_INTEGER | Length, | ||
PEPROCESS | ProcessId, | ||
ULONG | Key, | ||
OUT PIO_STATUS_BLOCK | IoStatus, | ||
IN PDEVICE_OBJECT | DeviceObject | ||
) |
Definition at line 309 of file lockctrl.cpp.
Referenced by UDFInitializeFunctionPointers().
Definition at line 38 of file lockctrl.cpp.
Referenced by UDFInitializeFunctionPointers().