Searched refs:kClusterSize (Results 1 – 2 of 2) sorted by relevance
27 kClusterSize(volume->ClusterSize()), in DataStream()48 cluster_t clusterIndex = pos / kClusterSize; in FindBlock()49 uint32 offset = pos % kClusterSize; in FindBlock()64 *_length = min_c((cluster - clusterIndex + 1) * kClusterSize - offset, in FindBlock()
30 const uint32 kClusterSize; variable