ReactOS 0.4.15-dev-7931-gfd331f1
_LOCK_INFORMATION Struct Reference
Collaboration diagram for _LOCK_INFORMATION:

Public Attributes

RTL_GENERIC_TABLE RangeTable
 
IO_CSQ Csq
 
KSPIN_LOCK CsqLock
 
LIST_ENTRY CsqList
 
PFILE_LOCK BelongsTo
 
LIST_ENTRY SharedLocks
 
ULONG Generation
 

Detailed Description

Definition at line 33 of file filelock.c.

Member Data Documentation

◆ BelongsTo

PFILE_LOCK _LOCK_INFORMATION::BelongsTo

Definition at line 39 of file filelock.c.

Referenced by FsRtlFastUnlockSingle(), FsRtlPrivateLock(), and LockCompleteCanceledIrp().

◆ Csq

IO_CSQ _LOCK_INFORMATION::Csq

Definition at line 36 of file filelock.c.

Referenced by FsRtlFastUnlockSingle(), FsRtlPrivateLock(), and FsRtlUninitializeFileLock().

◆ CsqList

LIST_ENTRY _LOCK_INFORMATION::CsqList

Definition at line 38 of file filelock.c.

Referenced by FsRtlPrivateLock(), LockInsertIrpEx(), and LockPeekNextIrp().

◆ CsqLock

KSPIN_LOCK _LOCK_INFORMATION::CsqLock

Definition at line 37 of file filelock.c.

Referenced by FsRtlPrivateLock(), LockAcquireQueueLock(), and LockReleaseQueueLock().

◆ Generation

ULONG _LOCK_INFORMATION::Generation

Definition at line 41 of file filelock.c.

Referenced by FsRtlFastUnlockSingle(), and FsRtlPrivateLock().

◆ RangeTable

◆ SharedLocks

LIST_ENTRY _LOCK_INFORMATION::SharedLocks

The documentation for this struct was generated from the following file: