Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/fastfat/
H A Dstrucsup.c974 NT_ASSERT( Vcb->CloseContextCount <= 1); in FatDeleteVcb()
3686 NT_ASSERT( 0 != Vcb->CloseContextCount); in FatAllocateCloseContext()
3687 InterlockedDecrement( (LONG*)&Vcb->CloseContextCount); in FatAllocateCloseContext()
3733 DbgDoit( InterlockedIncrement( (LONG*)&Vcb->CloseContextCount)); in FatPreallocateCloseContext()
H A Dfatstruc.h553 ULONG CloseContextCount; member