Home
last modified time | relevance | path

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

/reactos/ntoskrnl/fsrtl/
H A Doplock.c33 PIRP ExclusiveIrp; member
603 if (IntOplock->ExclusiveIrp != NULL && IntOplock->ExclusiveIrp->Cancel) in FsRtlCancelExclusiveIrp()
608 IntOplock->ExclusiveIrp = NULL; in FsRtlCancelExclusiveIrp()
665 IntOplock->ExclusiveIrp = Irp; in FsRtlRequestExclusiveOplock()
935 if (Oplock->ExclusiveIrp->Cancel) in FsRtlOplockBreakToNone()
944 Oplock->ExclusiveIrp = NULL; in FsRtlOplockBreakToNone()
971 Oplock->ExclusiveIrp = NULL; in FsRtlOplockBreakToNone()
1080 if (Oplock->ExclusiveIrp->Cancel) in FsRtlOplockBreakToII()
1089 Oplock->ExclusiveIrp = NULL; in FsRtlOplockBreakToII()
1121 Oplock->ExclusiveIrp = NULL; in FsRtlOplockBreakToII()
[all …]