Searched defs:offClusterStart (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DQED.cpp945 * @param offClusterStart The first cluster to check and set.
948 static bool qedClusterBitmapCheckAndSet(void *pvClusterBitmap, uint32_t offClusterStart, uint32_t offClusterEnd) argument
950 for (uint32_t offCluster = offClusterStart; offCluster < offClusterEnd; offCluster++)
954 ASMBitSetRange(pvClusterBitmap, offClusterStart, offClusterEnd);
980 uint32_t offClusterStart; local
1048 offClusterStart = qedByte2Cluster(pImage, pHeader->u64OffL1Table);
1049 bool fSet = qedClusterBitmapCheckAndSet(pvClusterBitmap, offClusterStart, offClusterStart + pHeader->u32TableSize);
1069 offClusterStart = qedByte2Cluster(pImage, paL1Tbl[iL1]);
1070 fSet = qedClusterBitmapCheckAndSet(pvClusterBitmap, offClusterStart, offClusterStar
[all...]

Completed in 42 milliseconds