Searched refs:mac_vnode_check_link (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/security/ |
| H A D | mac_framework.h | 477 int mac_vnode_check_link(vfs_context_t ctx, struct vnode *dvp,
|
| H A D | mac_vfs.c | 1529 mac_vnode_check_link(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_link() function
|
| /xnu-11215/bsd/nfs/ |
| H A D | nfs_serv.c | 3477 error = mac_vnode_check_link(ctx, dvp, vp, &ni.ni_cnd); in nfsrv_link()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_syscalls.c | 5771 if ((error = mac_vnode_check_link(ctx, dvp, vp, &nd.ni_cnd)) != 0) { in linkat_internal()
|