Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h66 uint32 ClusterCount() const in ClusterCount() function
H A DVolume.cpp256 if ((cluster - EXFAT_FIRST_DATA_CLUSTER) >= SuperBlock().ClusterCount() in ClusterToBlock()