Home
last modified time | relevance | path

Searched refs:vnode_cache_is_authorized (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/bsd/sys/
H A Dnamei.h285 boolean_t vnode_cache_is_authorized(vnode_t vp, vfs_context_t context, kauth_action_t action);
/xnu-10002.1.13/bsd/vfs/
H A Dvfs_cache.c1522 vnode_cache_is_authorized(vnode_t vp, vfs_context_t ctx, kauth_action_t action) in vnode_cache_is_authorized() function
H A Dvfs_subr.c9757 if (vnode_cache_is_authorized(cvp, ctx, parent_iocount ? parent_action : action) == TRUE) { in vnode_authorize_callback()
9931 if (vnode_cache_is_authorized(dvp, ctx, KAUTH_VNODE_DELETE_CHILD) == TRUE) { in vnode_authorize_callback_int()