Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Ddfs_cache.c1387 bool needs_refresh = false; in __refresh_tcon() local
1400 needs_refresh = force_refresh || IS_ERR(ce) || cache_entry_expired(ce); in __refresh_tcon()
1408 if (!needs_refresh) { in __refresh_tcon()