Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/cdfs/
H A Dcleanup.c233 FsRtlFastUnlockAll( Fcb->FileLock, in _Requires_lock_held_()
H A Dlockctrl.c536 IoStatus->Status = FsRtlFastUnlockAll( Fcb->FileLock, in CdFastUnlockAll()
/reactos/drivers/filesystems/vfatfs/
H A Dcleanup.c76 FsRtlFastUnlockAll(&pFcb->FileLock, in VfatCleanupFile()
/reactos/drivers/filesystems/udfs/
H A Dlockctrl.cpp452 IoStatus->Status = FsRtlFastUnlockAll( &(Fcb->NTRequiredFCB->FileLock), in UDFFastUnlockAll()
H A Dcleanup.cpp297 FsRtlFastUnlockAll(&(NtReqFcb->FileLock), in UDFCommonCleanup()
/reactos/drivers/filesystems/ext2/src/
H A Dcleanup.c207 FsRtlFastUnlockAll( in Ext2Cleanup()
H A Dfastio.c784 IoStatus->Status = FsRtlFastUnlockAll( in Ext2FastIoUnlockAll()
/reactos/drivers/filesystems/fastfat/
H A Dlockctrl.c460 IoStatus->Status = FsRtlFastUnlockAll( &Fcb->Specific.Fcb.FileLock, in _Function_class_()
H A Dcleanup.c719 (VOID) FsRtlFastUnlockAll( &Fcb->Specific.Fcb.FileLock, in _Requires_lock_held_()
/reactos/ntoskrnl/fsrtl/
H A Dfilelock.c1025 FsRtlFastUnlockAll(IN PFILE_LOCK FileLock, in FsRtlFastUnlockAll() function
1216 IoStatusBlock.Status = FsRtlFastUnlockAll(FileLock, in FsRtlProcessFileLock()
/reactos/drivers/filesystems/btrfs/
H A Dfastio.c452 IoStatus->Status = FsRtlFastUnlockAll(&fcb->lock, FileObject, ProcessId, NULL); in _Function_class_()
H A Dbtrfs.c2501 FsRtlFastUnlockAll(&fcb->lock, FileObject, IoGetRequestorProcess(Irp), NULL);
/reactos/sdk/include/xdk/
H A Dfsrtlfuncs.h277 FsRtlFastUnlockAll(
/reactos/ntoskrnl/
H A Dntoskrnl.spec215 @ stdcall FsRtlFastUnlockAll(ptr ptr ptr ptr)
/reactos/sdk/lib/drivers/rdbsslib/
H A Drdbss.c2063FsRtlFastUnlockAll(&Fcb->Specific.Fcb.FileLock, FileObject, RxGetRequestorProcess(Context), Contex… in RxCommonCleanup()