Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/udfs/udf_info/
H A Dextent.cpp1394 (*pAllocCache) = AllocCache = in UDFInitAllocationCache()
1398 if(!AllocCache) { in UDFInitAllocationCache()
1408 AllocCache = (*pAllocCache); in UDFInitAllocationCache()
1411 (*_AllocCache) = AllocCache; in UDFInitAllocationCache()
1445 RtlZeroMemory(&(AllocCache[i]), sizeof(AllocCache[i])); in UDFGetCachedAllocation()
1492 UDFDiscardFESpace(Vcb, AllocCache[lim-1].Ext.Mapping, AllocCache[lim-1].Items); in UDFStoreCachedAllocation()
1498 RtlMoveMemory(&(AllocCache[1]), &(AllocCache[0]), sizeof(UDF_ALLOCATION_CACHE_ITEM)*(lim-1)); in UDFStoreCachedAllocation()
1499 AllocCache[0].Ext = (*Ext); in UDFStoreCachedAllocation()
1500 AllocCache[0].Items = Items; in UDFStoreCachedAllocation()
1530 UDFDiscardFESpace(Vcb, AllocCache[i].Ext.Mapping, AllocCache[i].Items); in UDFFlushAllCachedAllocations()
[all …]