Searched refs:NextMatchingLockIrp (Results 1 – 1 of 1) sorted by relevance
839 PIRP NextMatchingLockIrp; in FsRtlFastUnlockSingle() local991 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()