Home
last modified time | relevance | path

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

/reactos/ntoskrnl/fsrtl/
H A Dfilelock.c40 LIST_ENTRY SharedLocks; member
391 InitializeListHead(&LockInfo->SharedLocks); in FsRtlPrivateLock()
898 for (SharedEntry = InternalInfo->SharedLocks.Flink; in FsRtlFastUnlockSingle()
899 SharedEntry != &InternalInfo->SharedLocks; in FsRtlFastUnlockSingle()
974 for (SharedEntry = InternalInfo->SharedLocks.Flink; in FsRtlFastUnlockSingle()
975 SharedEntry != &InternalInfo->SharedLocks; in FsRtlFastUnlockSingle()
1039 for (ListEntry = InternalInfo->SharedLocks.Flink; in FsRtlFastUnlockAll()
1040 ListEntry != &InternalInfo->SharedLocks;) in FsRtlFastUnlockAll()
1100 for (ListEntry = InternalInfo->SharedLocks.Flink; in FsRtlFastUnlockAllByKey()
1101 ListEntry != &InternalInfo->SharedLocks;) in FsRtlFastUnlockAllByKey()
[all …]