Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_framework.h477 int mac_vnode_check_link(vfs_context_t ctx, struct vnode *dvp,
H A Dmac_vfs.c1529 mac_vnode_check_link(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_link() function
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c3477 error = mac_vnode_check_link(ctx, dvp, vp, &ni.ni_cnd); in nfsrv_link()
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c5771 if ((error = mac_vnode_check_link(ctx, dvp, vp, &nd.ni_cnd)) != 0) { in linkat_internal()