Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDataStream.cpp48 cluster_t clusterIndex = pos / kClusterSize; in FindBlock() local
52 for (uint32 i = 0; i < clusterIndex; i++) in FindBlock()
64 *_length = min_c((cluster - clusterIndex + 1) * kClusterSize - offset, in FindBlock()
67 B_PRIdOFF "\n", fInode->ID(), clusterIndex, pos, physical); in FindBlock()