Home
last modified time | relevance | path

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

/reactos/ntoskrnl/cache/
H A Dfssup.c73 PNOCC_CACHE_MAP Map;
131 CcpAcquireFileLock(PNOCC_CACHE_MAP Map) in CcpAcquireFileLock()
139 CcpReleaseFileLock(PNOCC_CACHE_MAP Map) in CcpReleaseFileLock()
201 PNOCC_CACHE_MAP Map = FileObject->SectionObjectPointer->SharedCacheMap; in CcInitializeCacheMap()
272 CcpCountCacheSections(IN PNOCC_CACHE_MAP Map) in CcpCountCacheSections()
291 PNOCC_CACHE_MAP Map = (PNOCC_CACHE_MAP)FileObject->SectionObjectPointer->SharedCacheMap; in CcUninitializeCacheMap()
359 PNOCC_CACHE_MAP Map = (PNOCC_CACHE_MAP)FileObject->SectionObjectPointer->SharedCacheMap; in CcSetFileSizes()
378 PNOCC_CACHE_MAP Map = (PNOCC_CACHE_MAP)FileObject->SectionObjectPointer->SharedCacheMap; in CcGetFileSizes()
391 PNOCC_CACHE_MAP Map = (PNOCC_CACHE_MAP)SectionObjectPointer->SharedCacheMap; in CcPurgeCacheSection()
425 PNOCC_CACHE_MAP Map = FileObject->SectionObjectPointer->SharedCacheMap; in CcZeroData()
[all …]
H A Dcachesub.c39 PNOCC_CACHE_MAP Map = (PNOCC_CACHE_MAP)FileObject->SectionObjectPointer->SharedCacheMap; in CcSetReadAheadGranularity()
52PNOCC_CACHE_MAP Map = (PNOCC_CACHE_MAP)WorkItem->FileObject->SectionObjectPointer->SharedCacheMap; in CcpReadAhead()
142 _CcpFlushCache(IN PNOCC_CACHE_MAP Map, in _CcpFlushCache()
227 PNOCC_CACHE_MAP Map = (PNOCC_CACHE_MAP)SectionObjectPointer->SharedCacheMap; in CcFlushCache()
248 PNOCC_CACHE_MAP Map = (PNOCC_CACHE_MAP)SectionObjectPointer->SharedCacheMap; in CcFlushImageSection()
H A Dnewcc.h39 } NOCC_CACHE_MAP, *PNOCC_CACHE_MAP; typedef
83 _CcpFlushCache(IN PNOCC_CACHE_MAP Map,
100 CcpCountCacheSections(PNOCC_CACHE_MAP Map);
104 CcpAcquireFileLock(PNOCC_CACHE_MAP Map);
108 CcpReleaseFileLock(PNOCC_CACHE_MAP Map);
158 CcpPinMappedData(IN PNOCC_CACHE_MAP Map,
H A Dpinsup.c314 PNOCC_CACHE_MAP Map; in CcpAllocateCacheSections()
322 Map = (PNOCC_CACHE_MAP)FileObject->SectionObjectPointer->SharedCacheMap; in CcpAllocateCacheSections()
480 PNOCC_CACHE_MAP Map = (PNOCC_CACHE_MAP)FileObject->SectionObjectPointer->SharedCacheMap; in CcpMapData()
730 CcpPinMappedData(IN PNOCC_CACHE_MAP Map, in CcpPinMappedData()
781 PNOCC_CACHE_MAP Map = (PNOCC_CACHE_MAP)FileObject->SectionObjectPointer->SharedCacheMap; in CcPinMappedData()
H A Dlogsup.c35 PNOCC_CACHE_MAP Map = FileObject->SectionObjectPointer->SharedCacheMap; in CcSetLogHandleForFile()