Home
last modified time | relevance | path

Searched refs:fClusterShift (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()
69 int32 fClusterShift; variable
H A DVolume.cpp102 fClusterShift = fSectorShift; in Volume()
105 fClusterShift += 1; in Volume()
107 TRACE(("%s: cluster shift %d\n", __FUNCTION__, fClusterShift)); in Volume()
144 __FUNCTION__, fBlockShift, fSectorShift, fClusterShift)); in Volume()