Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c769 p->auth_freshness = gethrestime_sec(); in nfsauth_refresh_thread()
979 np->auth_time = np->auth_freshness = gethrestime_sec(); in nfsauth_cache_get()
1047 p->auth_time = p->auth_freshness = gethrestime_sec(); in nfsauth_cache_get()
1090 refresh = gethrestime_sec() - p->auth_freshness; in nfsauth_cache_get()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h325 time_t auth_freshness; member