Home
last modified time | relevance | path

Searched refs:FatBits (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.cpp208 int fatBytes = (FatBits() + 7) / 8; in NextCluster()
281 const int fatBytes = FatBits() / 8; in AllocateCluster()
330 const int fatBytes = FatBits() / 8; in _UpdateCluster()
H A DDirectory.cpp390 c->entry.Cluster(fVolume.FatBits()), c->entry.Size(), name); in LookupDontTraverse()
395 c->entry.Cluster(fVolume.FatBits()), name); in LookupDontTraverse()
518 entry.Cluster(fVolume.FatBits()), entry.Size(), name); in CreateFile()
544 entry->SetCluster(firstCluster, volume.FatBits()); in UpdateDirEntry()
H A DVolume.h33 int32 FatBits() const { return fFatBits; } in FatBits() function