Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/
H A Dmisc.cpp54 KeInitializeSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock)); in UDFInitializeZones()
618 KeAcquireSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), &CurrentIrql); in UDFAllocateObjectName()
624 KeReleaseSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), CurrentIrql); in UDFAllocateObjectName()
627 KeReleaseSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), CurrentIrql); in UDFAllocateObjectName()
682 KeReleaseSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), CurrentIrql); in UDFReleaseObjectName()
714 KeAcquireSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), &CurrentIrql); in UDFAllocateCCB()
720 KeReleaseSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), CurrentIrql); in UDFAllocateCCB()
723 KeReleaseSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), CurrentIrql); in UDFAllocateCCB()
782 KeReleaseSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), CurrentIrql); in UDFReleaseCCB()
996 KeAcquireSpinLock(&(UDFGlobalData.ZoneAllocationSpinLock), &CurrentIrql); in UDFAllocateIrpContext()
[all …]
/reactos/drivers/filesystems/udfs/Include/
H A Dudf_common.h564 KSPIN_LOCK ZoneAllocationSpinLock; member