ReactOS 0.4.16-dev-1099-g3bb27eb
|
Public Attributes | |
PIRP | ExclusiveIrp |
PFILE_OBJECT | FileObject |
LIST_ENTRY | SharedListHead |
LIST_ENTRY | WaitListHead |
ULONG | Flags |
PFAST_MUTEX | IntLock |
PIRP _INTERNAL_OPLOCK::ExclusiveIrp |
Definition at line 33 of file oplock.c.
Referenced by FsRtlCancelExclusiveIrp(), FsRtlRequestExclusiveOplock(), and FsRtlUninitializeOplock().
PFILE_OBJECT _INTERNAL_OPLOCK::FileObject |
Definition at line 35 of file oplock.c.
Referenced by FsRtlCancelExclusiveIrp(), FsRtlRequestExclusiveOplock(), and FsRtlUninitializeOplock().
ULONG _INTERNAL_OPLOCK::Flags |
Definition at line 40 of file oplock.c.
Referenced by FsRtlAllocateOplock(), FsRtlCancelExclusiveIrp(), FsRtlCancelOplockIIIrp(), FsRtlCheckOplock(), FsRtlCurrentBatchOplock(), FsRtlOplockIsFastIoPossible(), FsRtlRequestExclusiveOplock(), and FsRtlRequestOplockII().
PFAST_MUTEX _INTERNAL_OPLOCK::IntLock |
Definition at line 41 of file oplock.c.
Referenced by FsRtlAllocateOplock(), FsRtlCancelExclusiveIrp(), FsRtlCancelOplockIIIrp(), FsRtlCancelWaitIrp(), FsRtlRequestExclusiveOplock(), FsRtlRequestOplockII(), and FsRtlUninitializeOplock().
LIST_ENTRY _INTERNAL_OPLOCK::SharedListHead |
Definition at line 37 of file oplock.c.
Referenced by FsRtlAllocateOplock(), FsRtlCancelOplockIIIrp(), FsRtlRequestExclusiveOplock(), FsRtlRequestOplockII(), and FsRtlUninitializeOplock().
LIST_ENTRY _INTERNAL_OPLOCK::WaitListHead |
Definition at line 39 of file oplock.c.
Referenced by FsRtlAllocateOplock(), FsRtlCancelExclusiveIrp(), FsRtlCancelWaitIrp(), and FsRtlUninitializeOplock().