Lines Matching refs:next_file
176 if (header->next_file && (empty_blocks < disk_cache::kMaxBlocks / 10)) { in NeedToGrowBlockFile()
494 int new_file = header->next_file; in NextFile()
507 header->next_file = new_file; in NextFile()
529 while (header->next_file) { in RemoveEmptyFile()
531 Addr address(BLOCK_256, 1, header->next_file, 0); in RemoveEmptyFile()
532 MappedFile* next_file = GetFile(address); in RemoveEmptyFile() local
533 if (!next_file) in RemoveEmptyFile()
537 reinterpret_cast<BlockFileHeader*>(next_file->buffer()); in RemoveEmptyFile()
541 int file_index = header->next_file; in RemoveEmptyFile()
542 header->next_file = next_header->next_file; in RemoveEmptyFile()
561 file = next_file; in RemoveEmptyFile()
612 if (!header->next_file) in GetFileStats()
614 index = header->next_file; in GetFileStats()