Searched refs:kMaxBlocks (Results 1 – 2 of 2) sorted by relevance
151 if (header->next_file && (empty_blocks < disk_cache::kMaxBlocks / 10)) { in NeedToGrowBlockFile()284 if (kMaxBlocks == header->max_entries) in GrowBlockFile()289 if (new_size > kMaxBlocks) in GrowBlockFile()290 new_size = kMaxBlocks; in GrowBlockFile()319 if (kMaxBlocks == header->max_entries) { in FileForNewBlock()472 int max_expected = header->entry_size * kMaxBlocks + sizeof(*header); in FixBlockFileHeader()
165 const int kMaxBlocks = (kBlockHeaderSize - 80) * 8; variable168 typedef uint32 AllocBitmap[kMaxBlocks / 32];