Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Ddfs_cache.c39 int ce_ttl; member
176 ce->ce_ttl, ce->ce_etime.tv_nsec, in dfscache_proc_show()
244 ce->ce_srvtype == DFS_TYPE_ROOT ? "root" : "link", ce->ce_ttl, in dump_ce()
374 ce->ce_ttl = refs[0].ttl; in copy_ref_data()
375 ce->ce_etime = get_expire_time(ce->ce_ttl); in copy_ref_data()
470 dfs_cache.dc_ttl = ce->ce_ttl; in add_cache_entry()
474 dfs_cache.dc_ttl = min_t(int, dfs_cache.dc_ttl, ce->ce_ttl); in add_cache_entry()
747 ref->ttl = ce->ce_ttl; in setup_ref()