Home
last modified time | relevance | path

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

/reactos/ntoskrnl/cache/
H A Dpinsup.c225 Bcb = &CcCacheSections[Start]; in CcpDereferenceCache()
336 Bcb = &CcCacheSections[i]; in CcpAllocateCacheSections()
371 Bcb = &CcCacheSections[Start]; in CcpReferenceCache()
382 Bcb = &CcCacheSections[Start]; in CcpMarkForExclusive()
507 Bcb = &CcCacheSections[BcbHead]; in CcpMapData()
513 Bcb - CcCacheSections, in CcpMapData()
608 Bcb = &CcCacheSections[BcbHead]; in CcpMapData()
649 Bcb - CcCacheSections, in CcpMapData()
681 ASSERT(Bcb >= CcCacheSections && in CcpMapData()
714 ASSERT(Bcb >= CcCacheSections && in CcMapData()
[all …]
H A Dcachesub.c176 CcpReferenceCache((ULONG)(Bcb - CcCacheSections)); in _CcpFlushCache()
182 Bcb - CcCacheSections, in _CcpFlushCache()
200 CcpDereferenceCache((ULONG)(Bcb - CcCacheSections), FALSE); in _CcpFlushCache()
289 ULONG Number = (ULONG)(((PNOCC_BCB)Bcb) - CcCacheSections); in CcRemapBcb()
308 PNOCC_BCB Bcb = &CcCacheSections[i]; in CcShutdownSystem()
333 ULONG Number = (ULONG)(((PNOCC_BCB)Bcb) - CcCacheSections); in CcRepinBcb()
351 DPRINT("BCB #%x\n", RealBcb - CcCacheSections); in CcUnpinRepinnedBcb()
H A Dfssup.c90 KeInitializeEvent(&CcCacheSections[i].ExclusiveWait, in CcInitializeCacheManager()
94 InitializeListHead(&CcCacheSections[i].ThisFileList); in CcInitializeCacheManager()
325 DPRINT("Evicting cache stripe #%x\n", Bcb - CcCacheSections); in CcUninitializeCacheMap()
327 CcpDereferenceCache(Bcb - CcCacheSections, TRUE); in CcUninitializeCacheMap()
557 CcpReferenceCache(Bcb - CcCacheSections); in CcZeroData()
563 Bcb - CcCacheSections, in CcZeroData()
628 DPRINT("BCB #%x\n", RealBcb - CcCacheSections); in CcGetFileObjectFromBcb()
H A Dnewcc.h130 extern NOCC_BCB CcCacheSections[CACHE_NUM_SECTIONS];
H A Dcopysup.c185 Bcb - CcCacheSections, in CcCopyWrite()