Searched refs:calcBlockSize (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dcache.h172 void CalculateCacheSizes(uint64_t userCacheSize, uint32_t *calcBlockSize, uint32_t *calcTotalBlocks,
H A Dcache.c146 * *calcBlockSize: the size of the blocks in the cache
149 void CalculateCacheSizes(uint64_t cacheSize, uint32_t *calcBlockSize, uint32_t *calcTotalBlocks, char cache_debug) argument
156 *calcBlockSize = DefaultCacheBlockSize;
181 *calcBlockSize = blockSize;

Completed in 118 milliseconds