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

/xnu-2422.115.4/bsd/sys/
H A Dnamei.h273 boolean_t vnode_cache_is_authorized(vnode_t vp, vfs_context_t context, kauth_action_t action);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c910 vnode_cache_is_authorized(vnode_t vp, vfs_context_t ctx, kauth_action_t action) function
1004 * 'vnode_cache_is_authorized' will clear the
H A Dvfs_subr.c6750 if (vnode_cache_is_authorized(cvp, ctx, parent_iocount ? parent_action : action) == TRUE) {
6850 if (vnode_cache_is_authorized(dvp, ctx, KAUTH_VNODE_DELETE_CHILD) == TRUE)

Completed in 85 milliseconds