Searched refs:FatBits (Results 1 – 3 of 3) sorted by relevance
208 int fatBytes = (FatBits() + 7) / 8; in NextCluster()281 const int fatBytes = FatBits() / 8; in AllocateCluster()330 const int fatBytes = FatBits() / 8; in _UpdateCluster()
390 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()
33 int32 FatBits() const { return fFatBits; } in FatBits() function