Searched refs:cache_entry_expired (Results 1 – 2 of 2) sorted by relevance
220 static inline bool cache_entry_expired(const struct cache_entry *ce) in cache_entry_expired() function288 ce->path_consumed, cache_entry_expired(ce) ? "yes" : "no"); in dfscache_proc_show()358 cache_entry_expired(ce) ? "yes" : "no"); in dump_ce()807 if (!cache_entry_expired(ce)) { in cache_refresh_path()1387 needs_refresh = force_refresh || IS_ERR(ce) || cache_entry_expired(ce); in refresh_tcon()1412 else if (force_refresh || cache_entry_expired(ce)) in refresh_tcon()1542 if (hlist_unhashed(&ce->hlist) || !cache_entry_expired(ce) || in refresh_cache()1576 if (!IS_ERR(ce) && cache_entry_expired(ce)) in refresh_cache()
2159 DEFINE_CACHE_EVENT(cache_entry_expired);