Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:next_addr

308   Addr next_addr(node->Data()->next);
310 if (!next_addr.is_initialized() || next_addr.is_separate_file() ||
312 if (next_addr.is_initialized() || prev_addr.is_initialized()) {
318 CacheRankingsBlock next(backend_->File(next_addr), next_addr);
510 Addr next_addr(data->next);
512 if (!next_addr.SanityCheck() || next_addr.file_type() != RANKINGS ||
660 Addr next_addr(node->Data()->next);
662 if (!next_addr.is_initialized() || !prev_addr.is_initialized()) {
667 if (next_addr.is_separate_file() || prev_addr.is_separate_file()) {
674 CacheRankingsBlock next(backend_->File(next_addr), next_addr);
684 next.Data()->prev == next_addr.value() ||
689 if (node_value != next_addr.value())