Home
last modified time | relevance | path

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

/fs/cifs/
Ddfs_cache.c63 int dc_ttl; member
301 dfs_cache.dc_ttl = -1; in dfs_cache_init()
469 if (dfs_cache.dc_ttl < 0) { in add_cache_entry()
470 dfs_cache.dc_ttl = ce->ce_ttl; in add_cache_entry()
472 dfs_cache.dc_ttl * HZ); in add_cache_entry()
474 dfs_cache.dc_ttl = min_t(int, dfs_cache.dc_ttl, ce->ce_ttl); in add_cache_entry()
476 dfs_cache.dc_ttl * HZ); in add_cache_entry()
1475 queue_delayed_work(cifsiod_wq, &dc->dc_refresh, dc->dc_ttl * HZ); in refresh_cache_worker()