Searched refs:cache_file_ (Results 1 – 2 of 2) sorted by relevance
61 assert(!cache_file_); in Open()69 assert(cache_file_); in Open()223 assert(cache_file_); in InsertImpl()235 while (!cache_file_->Append(key, data, &lba)) { in InsertImpl()236 if (!cache_file_->Eof()) { in InsertImpl()238 cache_file_->cacheid()); in InsertImpl()243 assert(cache_file_->Eof()); in InsertImpl()258 cache_file_->Add(info); in InsertImpl()343 cache_file_ = f.release(); in NewCacheFile()346 status = metadata_.Insert(cache_file_); in NewCacheFile()
146 WriteableCacheFile* cache_file_ = nullptr; // Current cache file reference variable