Home
last modified time | relevance | path

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

/dports/sysutils/fusefs-sshfs/sshfs-sshfs-3.7.2/
H A Dcache.c27 unsigned int link_timeout_secs; member
219 node->link_valid = time(NULL) + cache.link_timeout_secs; in cache_add_link()
580 { "dcache_timeout=%u", offsetof(struct cache, link_timeout_secs), 0 },
583 { "dcache_link_timeout=%u", offsetof(struct cache, link_timeout_secs), 0 },
593 { "cache_timeout=%u", offsetof(struct cache, link_timeout_secs), 0 },
596 { "cache_link_timeout=%u", offsetof(struct cache, link_timeout_secs), 0 },
609 cache.link_timeout_secs = DEFAULT_CACHE_TIMEOUT_SECS; in cache_parse_options()