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

/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h273 boolean_t vnode_cache_is_authorized(vnode_t vp, vfs_context_t context, kauth_action_t action);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c843 vnode_cache_is_authorized(vnode_t vp, vfs_context_t ctx, kauth_action_t action) function
937 * 'vnode_cache_is_authorized' will clear the
H A Dvfs_subr.c6736 if (vnode_cache_is_authorized(cvp, ctx, parent_iocount ? parent_action : action) == TRUE) {
6836 if (vnode_cache_is_authorized(dvp, ctx, KAUTH_VNODE_DELETE_CHILD) == TRUE)

Completed in 37 milliseconds