Home
last modified time | relevance | path

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

/reactos/ntoskrnl/fsrtl/
H A Dfilelock.c839 PIRP NextMatchingLockIrp; in FsRtlFastUnlockSingle() local
991 while ((NextMatchingLockIrp = IoCsqRemoveNextIrp(&InternalInfo->Csq, &Find))) in FsRtlFastUnlockSingle()
994 if (NextMatchingLockIrp->IoStatus.Information == InternalInfo->Generation) in FsRtlFastUnlockSingle()
1000 NextMatchingLockIrp, in FsRtlFastUnlockSingle()
1010 NextMatchingLockIrp, FileLock, &FileObject->FileName); in FsRtlFastUnlockSingle()
1011 Status = FsRtlProcessFileLock(InternalInfo->BelongsTo, NextMatchingLockIrp, NULL); in FsRtlFastUnlockSingle()