Searched refs:oldest_cache (Results 1 – 1 of 1) sorted by relevance
359 struct unix_cache *cache, *unused_cache, *oldest_cache; in find_cached_block() local362 unused_cache = oldest_cache = 0; in find_cached_block()373 if (!oldest_cache || in find_cached_block()374 (cache->access_time < oldest_cache->access_time)) in find_cached_block()375 oldest_cache = cache; in find_cached_block()378 *eldest = (unused_cache) ? unused_cache : oldest_cache; in find_cached_block()