|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Public Attributes | |
| struct { | |
| LIST_ENTRY dummy | |
| FILE_SHARED_LOCK_ENTRY Shared | |
| }; | |
| FILE_EXCLUSIVE_LOCK_ENTRY | Exclusive |
Definition at line 22 of file filelock.c.
| struct { ... } _COMBINED_LOCK_ELEMENT::@1873 |
| LIST_ENTRY _COMBINED_LOCK_ELEMENT::dummy |
Definition at line 26 of file filelock.c.
| FILE_EXCLUSIVE_LOCK_ENTRY _COMBINED_LOCK_ELEMENT::Exclusive |
Definition at line 29 of file filelock.c.
Referenced by FsRtlCheckLockForReadAccess(), FsRtlCheckLockForWriteAccess(), FsRtlFastCheckLockForRead(), FsRtlFastCheckLockForWrite(), FsRtlFastUnlockSingle(), FsRtlpExpandLockElement(), FsRtlPrivateLock(), and LockPeekNextIrp().
| FILE_SHARED_LOCK_ENTRY _COMBINED_LOCK_ELEMENT::Shared |
Definition at line 27 of file filelock.c.