Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
HDnfs_vnops.c213 static int nfsaccess_cache_timeout = NFS_DEFATTRTIMO; variable
215 &nfsaccess_cache_timeout, 0, "NFS ACCESS cache timeout");
388 if (nfsaccess_cache_timeout > 0) { in nfs_access()
401 (mycpu->gd_time_seconds < (np->n_modestamp + nfsaccess_cache_timeout)) && in nfs_access()
711 if (info.v3 && nfsaccess_cache_timeout > 0) { in nfs_getattr()