Searched refs:cache_entry_expired (Results 1 – 2 of 2) sorted by relevance
108 static inline bool cache_entry_expired(const struct cache_entry *ce) in cache_entry_expired() function177 ce->path_consumed, cache_entry_expired(ce) ? "yes" : "no"); in dfscache_proc_show()247 cache_entry_expired(ce) ? "yes" : "no"); in dump_ce()697 if (!force_refresh && !cache_entry_expired(ce)) in cache_refresh_path()729 if (force_refresh || cache_entry_expired(ce)) { in cache_refresh_path()1223 if (force_refresh || cache_entry_expired(ce)) in __refresh_tcon_referral()1262 needs_refresh = force_refresh || IS_ERR(ce) || cache_entry_expired(ce); in refresh_tcon_referral()
2430 DEFINE_CACHE_EVENT(cache_entry_expired);