ReactOS 0.4.16-dev-927-g467dec4
|
Public Attributes | |
RTL_GENERIC_TABLE | RangeTable |
IO_CSQ | Csq |
KSPIN_LOCK | CsqLock |
LIST_ENTRY | CsqList |
PFILE_LOCK | BelongsTo |
LIST_ENTRY | SharedLocks |
ULONG | Generation |
Definition at line 33 of file filelock.c.
PFILE_LOCK _LOCK_INFORMATION::BelongsTo |
Definition at line 39 of file filelock.c.
Referenced by FsRtlFastUnlockSingle(), FsRtlPrivateLock(), and LockCompleteCanceledIrp().
IO_CSQ _LOCK_INFORMATION::Csq |
Definition at line 36 of file filelock.c.
Referenced by FsRtlFastUnlockSingle(), FsRtlPrivateLock(), and FsRtlUninitializeFileLock().
LIST_ENTRY _LOCK_INFORMATION::CsqList |
Definition at line 38 of file filelock.c.
Referenced by FsRtlPrivateLock(), LockInsertIrpEx(), and LockPeekNextIrp().
KSPIN_LOCK _LOCK_INFORMATION::CsqLock |
Definition at line 37 of file filelock.c.
Referenced by FsRtlPrivateLock(), LockAcquireQueueLock(), and LockReleaseQueueLock().
ULONG _LOCK_INFORMATION::Generation |
Definition at line 41 of file filelock.c.
Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().
RTL_GENERIC_TABLE _LOCK_INFORMATION::RangeTable |
Definition at line 35 of file filelock.c.
Referenced by FsRtlFastUnlockAll(), FsRtlFastUnlockAllByKey(), FsRtlFastUnlockSingle(), FsRtlpRebuildSharedLockRange(), FsRtlPrivateLock(), FsRtlUninitializeFileLock(), and LockPeekNextIrp().
LIST_ENTRY _LOCK_INFORMATION::SharedLocks |
Definition at line 40 of file filelock.c.
Referenced by FsRtlFastUnlockAll(), FsRtlFastUnlockAllByKey(), FsRtlFastUnlockSingle(), FsRtlPrivateLock(), and FsRtlUninitializeFileLock().