Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_cache.c1208 vp->v_cred_timestamp = 0; in vnode_update_identity()
1664 vp->v_cred_timestamp = (int)tv.tv_sec; in vnode_cache_authorized_action()
1684 if ((tv.tv_sec - vp->v_cred_timestamp) > vp->v_mount->mnt_authcache_ttl) { in vnode_cache_is_stale()
1923 ((tv.tv_sec - dp->v_cred_timestamp) > dmp->mnt_authcache_ttl))) { in cache_lookup_path()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h196 int v_cred_timestamp; /* determine if entry is stale for MNTK_AUTH_OPAQUE */ member