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

Completed in 99 milliseconds