Home
last modified time | relevance | path

Searched refs:kMaxBlocks (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
Ddisk_format.h163 const int kMaxBlocks = (kBlockHeaderSize - 80) * 8; variable
166 typedef uint32 AllocBitmap[kMaxBlocks / 32];
Dblock_files.cc176 if (header->next_file && (empty_blocks < disk_cache::kMaxBlocks / 10)) { in NeedToGrowBlockFile()
441 if (kMaxBlocks == header->max_entries) in GrowBlockFile()
446 if (new_size > kMaxBlocks) in GrowBlockFile()
447 new_size = kMaxBlocks; in GrowBlockFile()
476 if (kMaxBlocks == header->max_entries) { in FileForNewBlock()
573 int max_expected = header->entry_size * kMaxBlocks + sizeof(*header); in FixBlockFileHeader()