Home
last modified time | relevance | path

Searched refs:BlocksPerClusterShift (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h129 << SuperBlock().BlocksPerClusterShift(); } in EntriesPerCluster()
131 << SuperBlock().BlocksPerClusterShift(); } in ClusterSize()
H A DVolume.cpp261 << SuperBlock().BlocksPerClusterShift()) in ClusterToBlock()
265 SuperBlock().BlocksPerClusterShift(), SuperBlock().FirstDataBlock(), in ClusterToBlock()
H A Dexfat.h76 uint8 BlocksPerClusterShift() const { return blocks_per_cluster_shift; } in BlocksPerClusterShift() function
H A DDirectoryIterator.cpp281 % (1 << fInode->GetVolume()->SuperBlock().BlocksPerClusterShift()); in _NextEntry()
H A Dkernel_interface.cpp100 uint32 clusterSize = blockSize << superBlock.BlocksPerClusterShift(); in exfat_identify_partition()