Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dnamei.h265 boolean_t vnode_cache_is_authorized(vnode_t vp, vfs_context_t context, kauth_action_t action);
/xnu-11215/bsd/vfs/
H A Dvfs_cache.c1556 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.c9994 if (vnode_cache_is_authorized(cvp, ctx, parent_iocount ? parent_action : action) == TRUE) { in vnode_authorize_callback()
10168 if (vnode_cache_is_authorized(dvp, ctx, KAUTH_VNODE_DELETE_CHILD) == TRUE) { in vnode_authorize_callback_int()