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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c635 tcred = vp->v_cred;
636 vp->v_cred = NOCRED;
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
826 IS_VALID_CRED(vp->v_cred)) {
830 tcred = vp->v_cred;
831 vp->v_cred = NOCRED;
879 if (vp->v_cred == ucred && (vp->v_authorized_actions & action) == action)
923 if (vp->v_cred != ucred) {
928 tcred = vp->v_cred;
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h169 kauth_cred_t v_cred; /* last authorized credential */ member in struct:vnode
170 kauth_action_t v_authorized_actions; /* current authorized actions for v_cred */

Completed in 73 milliseconds