Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dcached_dir.c701 time_after(jiffies, cfid->time + HZ * dir_cache_timeout)) { in cfids_laundromat_worker()
741 dir_cache_timeout * HZ); in cfids_laundromat_worker()
758 dir_cache_timeout * HZ); in init_cached_dirs()
H A Dcifsfs.c121 unsigned int dir_cache_timeout = 30; variable
122 module_param(dir_cache_timeout, uint, 0644);
123 MODULE_PARM_DESC(dir_cache_timeout, "Number of seconds to cache directory contents for which we hav…
1881 if (dir_cache_timeout > 65000) { in init_cifs()
1882 dir_cache_timeout = 65000; in init_cifs()
H A Dcifsglob.h2097 extern unsigned int dir_cache_timeout; /* max time for directory lease caching of dir */
H A Dconnect.c2686 nohandlecache = ctx->nohandlecache || !dir_cache_timeout; in cifs_get_tcon()