mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[NTOS:IO] Implement IopAcquireFileObjectLock and use it to fix IopLockFileObject
This commit is contained in:
parent
c6142174af
commit
8fbc488050
4 changed files with 167 additions and 25 deletions
|
@ -1238,6 +1238,15 @@ IopCloseFile(
|
|||
IN ULONG SystemHandleCount
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
IopAcquireFileObjectLock(
|
||||
_In_ PFILE_OBJECT FileObject,
|
||||
_In_ KPROCESSOR_MODE AccessMode,
|
||||
_In_ BOOLEAN Alertable,
|
||||
_Out_ PBOOLEAN LockFailed
|
||||
);
|
||||
|
||||
PVOID
|
||||
NTAPI
|
||||
IoGetFileObjectFilterContext(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue