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; local
52 for (uint32 i = 0; i < clusterIndex; i++)
64 *_length = min_c((cluster - clusterIndex + 1) * kClusterSize - offset,
67 B_PRIdOFF "\n", fInode->ID(), clusterIndex, pos, physical);

Completed in 29 milliseconds