Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcached_dir.c736 time_after(jiffies, cfid->last_access_time + HZ * dir_cache_timeout)) { in cfids_laundromat_worker()
776 dir_cache_timeout * HZ); in cfids_laundromat_worker()
793 dir_cache_timeout * HZ); in init_cached_dirs()
H A Dcifsfs.c120 unsigned int dir_cache_timeout = 30; variable
121 module_param(dir_cache_timeout, uint, 0644);
122 MODULE_PARM_DESC(dir_cache_timeout, "Number of seconds to cache directory contents for which we hav…
1879 if (dir_cache_timeout > 65000) { in init_cifs()
1880 dir_cache_timeout = 65000; in init_cifs()
H A Dcifsglob.h2107 extern unsigned int dir_cache_timeout; /* max time for directory lease caching of dir */
H A Dconnect.c2705 nohandlecache = ctx->nohandlecache || !dir_cache_timeout; in cifs_get_tcon()