Home
last modified time | relevance | path

Searched refs:mac_vnode_check_fsgetpath (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/security/
H A Dmac_framework.h462 int mac_vnode_check_fsgetpath(vfs_context_t ctx, struct vnode *vp) __result_use_check;
H A Dmac_vfs.c1281 mac_vnode_check_fsgetpath(vfs_context_t ctx, struct vnode *vp) in mac_vnode_check_fsgetpath() function
/xnu-11215/bsd/kern/
H A Dproc_info.c2638 error = mac_vnode_check_fsgetpath(context, vp); in fill_vnodeinfo()
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c13852 error = mac_vnode_check_fsgetpath(ctx, vp); in fsgetpath_internal()