ReactOS 0.4.16-dev-329-g9223134
|
#include <cctypes.h>
Public Attributes | |
PACQUIRE_FOR_LAZY_WRITE | AcquireForLazyWrite |
PRELEASE_FROM_LAZY_WRITE | ReleaseFromLazyWrite |
PACQUIRE_FOR_READ_AHEAD | AcquireForReadAhead |
PRELEASE_FROM_READ_AHEAD | ReleaseFromReadAhead |
PACQUIRE_FOR_LAZY_WRITE _CACHE_MANAGER_CALLBACKS::AcquireForLazyWrite |
Definition at line 39 of file cctypes.h.
Referenced by CcpAcquireFileLock(), CcRosFlushDirtyPages(), CdInitializeGlobalData(), DriverEntry(), init_cache(), and RxInitializeDispatchVectors().
PACQUIRE_FOR_READ_AHEAD _CACHE_MANAGER_CALLBACKS::AcquireForReadAhead |
Definition at line 41 of file cctypes.h.
Referenced by CcPerformReadAhead(), CdInitializeGlobalData(), DriverEntry(), init_cache(), and RxInitializeDispatchVectors().
PRELEASE_FROM_LAZY_WRITE _CACHE_MANAGER_CALLBACKS::ReleaseFromLazyWrite |
Definition at line 40 of file cctypes.h.
Referenced by CcpReleaseFileLock(), CcRosFlushDirtyPages(), CdInitializeGlobalData(), DriverEntry(), init_cache(), and RxInitializeDispatchVectors().
PRELEASE_FROM_READ_AHEAD _CACHE_MANAGER_CALLBACKS::ReleaseFromReadAhead |
Definition at line 42 of file cctypes.h.
Referenced by CcPerformReadAhead(), CdInitializeGlobalData(), DriverEntry(), init_cache(), and RxInitializeDispatchVectors().