Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_framework.h498 int mac_vnode_check_revoke(vfs_context_t ctx, struct vnode *vp) __result_use_check;
H A Dmac_vfs.c1776 mac_vnode_check_revoke(vfs_context_t ctx, struct vnode *vp) in mac_vnode_check_revoke() function
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c10788 error = mac_vnode_check_revoke(ctx, vp); in revoke()