Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/fastfat/
H A Dclose.c31 ULONG FatMaxDelayedCloseCount; variable
596 if ((FatData.DelayedCloseCount > FatMaxDelayedCloseCount) && in _Requires_lock_held_()
689 if (!FatData.HighAsync && FatData.AsyncCloseCount > FatMaxDelayedCloseCount*2) { in _Requires_lock_held_()
693 } else if (FatData.HighAsync && FatData.AsyncCloseCount < FatMaxDelayedCloseCount) { in _Requires_lock_held_()
698 if (!FatData.HighDelayed && FatData.DelayedCloseCount > FatMaxDelayedCloseCount*2) { in _Requires_lock_held_()
702 } else if (FatData.HighDelayed && FatData.DelayedCloseCount < FatMaxDelayedCloseCount) { in _Requires_lock_held_()
744 (FatData.DelayedCloseCount > FatMaxDelayedCloseCount/2 || in _Requires_lock_held_()
H A Dfatinit.c285 FatMaxDelayedCloseCount = FAT_MAX_DELAYED_CLOSES; in DriverEntry()
291 FatMaxDelayedCloseCount = 4 * FAT_MAX_DELAYED_CLOSES; in DriverEntry()
298 FatMaxDelayedCloseCount = 16 * FAT_MAX_DELAYED_CLOSES; in DriverEntry()
H A Dfatdata.h110 extern ULONG FatMaxDelayedCloseCount;