Home
last modified time | relevance | path

Searched refs:cache_entry_expired (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Ddfs_cache.c108 static inline bool cache_entry_expired(const struct cache_entry *ce) in cache_entry_expired() function
176 ce->path_consumed, cache_entry_expired(ce) ? "yes" : "no"); in dfscache_proc_show()
246 cache_entry_expired(ce) ? "yes" : "no"); in dump_ce()
699 if (!force_refresh && !cache_entry_expired(ce)) in cache_refresh_path()
731 if (force_refresh || cache_entry_expired(ce)) { in cache_refresh_path()
1201 needs_refresh = force_refresh || IS_ERR(ce) || cache_entry_expired(ce); in __refresh_ses_referral()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h2434 DEFINE_CACHE_EVENT(cache_entry_expired);