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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cache.c878 * following fields in the vnode: v_cred_timestamp, v_cred, v_authorized_actions
1011 vp->v_cred_timestamp = tv.tv_sec;
1029 if ((tv.tv_sec - vp->v_cred_timestamp) > vp->v_mount->mnt_authcache_ttl)
1167 if (ttl_enabled && ((tv.tv_sec - dp->v_cred_timestamp) > dp->v_mount->mnt_authcache_ttl))
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h163 int v_cred_timestamp; /* determine if entry is stale for MNTK_AUTH_OPAQUE */ member in struct:vnode

Completed in 191 milliseconds