Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Ddfs_cache.c1181 bool needs_refresh = false; in __refresh_tcon() local
1190 needs_refresh = force_refresh || IS_ERR(ce) || cache_entry_expired(ce); in __refresh_tcon()
1197 if (!needs_refresh) { in __refresh_tcon()