Searched refs:FsRtlFastUnlockAll (Results 1 – 15 of 15) sorted by relevance
/reactos/drivers/filesystems/cdfs/ |
H A D | cleanup.c | 233 FsRtlFastUnlockAll( Fcb->FileLock, in _Requires_lock_held_()
|
H A D | lockctrl.c | 536 IoStatus->Status = FsRtlFastUnlockAll( Fcb->FileLock, in CdFastUnlockAll()
|
/reactos/drivers/filesystems/vfatfs/ |
H A D | cleanup.c | 76 FsRtlFastUnlockAll(&pFcb->FileLock, in VfatCleanupFile()
|
/reactos/drivers/filesystems/udfs/ |
H A D | lockctrl.cpp | 452 IoStatus->Status = FsRtlFastUnlockAll( &(Fcb->NTRequiredFCB->FileLock), in UDFFastUnlockAll()
|
H A D | cleanup.cpp | 297 FsRtlFastUnlockAll(&(NtReqFcb->FileLock), in UDFCommonCleanup()
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | cleanup.c | 207 FsRtlFastUnlockAll( in Ext2Cleanup()
|
H A D | fastio.c | 784 IoStatus->Status = FsRtlFastUnlockAll( in Ext2FastIoUnlockAll()
|
/reactos/drivers/filesystems/fastfat/ |
H A D | lockctrl.c | 460 IoStatus->Status = FsRtlFastUnlockAll( &Fcb->Specific.Fcb.FileLock, in _Function_class_()
|
H A D | cleanup.c | 719 (VOID) FsRtlFastUnlockAll( &Fcb->Specific.Fcb.FileLock, in _Requires_lock_held_()
|
/reactos/ntoskrnl/fsrtl/ |
H A D | filelock.c | 1025 FsRtlFastUnlockAll(IN PFILE_LOCK FileLock, in FsRtlFastUnlockAll() function 1216 IoStatusBlock.Status = FsRtlFastUnlockAll(FileLock, in FsRtlProcessFileLock()
|
/reactos/drivers/filesystems/btrfs/ |
H A D | fastio.c | 452 IoStatus->Status = FsRtlFastUnlockAll(&fcb->lock, FileObject, ProcessId, NULL); in _Function_class_()
|
H A D | btrfs.c | 2501 FsRtlFastUnlockAll(&fcb->lock, FileObject, IoGetRequestorProcess(Irp), NULL);
|
/reactos/sdk/include/xdk/ |
H A D | fsrtlfuncs.h | 277 FsRtlFastUnlockAll(
|
/reactos/ntoskrnl/ |
H A D | ntoskrnl.spec | 215 @ stdcall FsRtlFastUnlockAll(ptr ptr ptr ptr)
|
/reactos/sdk/lib/drivers/rdbsslib/ |
H A D | rdbss.c | 2063 …FsRtlFastUnlockAll(&Fcb->Specific.Fcb.FileLock, FileObject, RxGetRequestorProcess(Context), Contex… in RxCommonCleanup()
|