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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c808 * following fields in the vnode: v_cred_timestamp, v_cred, v_authorized_actions
941 vp->v_cred_timestamp = tv.tv_sec;
959 if ((tv.tv_sec - vp->v_cred_timestamp) > vp->v_mount->mnt_authcache_ttl)
1097 if (ttl_enabled && ((tv.tv_sec - dp->v_cred_timestamp) > dp->v_mount->mnt_authcache_ttl))
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h171 int v_cred_timestamp; /* determine if entry is stale for MNTK_AUTH_OPAQUE */ member in struct:vnode

Completed in 14 milliseconds