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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c637 vp->v_authorized_actions = 0;
808 * following fields in the vnode: v_cred_timestamp, v_cred, v_authorized_actions
809 * we use this lock so that we can look at the v_cred and v_authorized_actions
823 vp->v_authorized_actions &= ~action;
868 vnode_uncache_authorized_action(vp, vp->v_authorized_actions);
879 if (vp->v_cred == ucred && (vp->v_authorized_actions & action) == action)
930 vp->v_authorized_actions = 0;
932 if (ttl_active == TRUE && vp->v_authorized_actions == 0) {
943 vp->v_authorized_actions |= action;
1103 if ((dp->v_cred != ucred || !(dp->v_authorized_actions
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h170 kauth_action_t v_authorized_actions; /* current authorized actions for v_cred */ member in struct:vnode

Completed in 12 milliseconds