Lines Matching refs:ttl
39 int ttl; member
172 ce->ttl, ce->etime.tv_nsec, in dfscache_proc_show()
240 ce->srvtype == DFS_TYPE_ROOT ? "root" : "link", ce->ttl, in dump_ce()
267 ref->ttl, ref->ttl / 60); in dump_refs()
341 static inline struct timespec64 get_expire_time(int ttl) in get_expire_time() argument
344 .tv_sec = ttl, in get_expire_time()
380 ce->ttl = refs[0].ttl; in copy_ref_data()
381 ce->etime = get_expire_time(ce->ttl); in copy_ref_data()
479 cache_ttl = ce->ttl; in add_cache_entry()
482 cache_ttl = min_t(int, cache_ttl, ce->ttl); in add_cache_entry()
799 ref->ttl = ce->ttl; in setup_referral()