Home
last modified time | relevance | path

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

/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.h41 int32 ClusterShift() const { return fClusterShift; } in ClusterShift() function
H A DVolume.cpp197 return (fDataStart << SectorShift()) + ((cluster - 2) << ClusterShift()); in ClusterToOffset()