Home
last modified time | relevance | path

Searched refs:mac_vnode_check_create (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/security/
H A Dmac_framework.h450 int mac_vnode_check_create(vfs_context_t ctx, struct vnode *dvp,
H A Dmac_vfs.c1035 mac_vnode_check_create(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_create() function
/xnu-8019.80.24/bsd/kern/
H A Duipc_usrreq.c1132 error = mac_vnode_check_create(ctx, in unp_bind()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_subr.c7338 error = mac_vnode_check_create(ctx, dvp, cnp, vap); in vn_authorize_create()
7619 error = mac_vnode_check_create(ctx, in vn_authorize_mkdir()
H A Dvfs_syscalls.c4759 error = mac_vnode_check_create(ctx, in mknod()
5308 error = mac_vnode_check_create(ctx, in symlinkat_internal()