Home
last modified time | relevance | path

Searched refs:vn_authorize_create (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dvnode_internal.h462 int vn_authorize_create(vnode_t, struct componentname *, struct vnode_attr *, vfs_context_t, vo…
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_vnops.c234 if ((error = vn_authorize_create(dvp, &ndp->ni_cnd, vap, ctx, NULL)) != 0) { in vn_open_auth_do_create()
244 if ((error = vn_authorize_create(dvp, &ndp->ni_cnd, vap, ctx, NULL)) != 0) { in vn_open_auth_do_create()
H A Dkpi_vfs.c3307 a.a_open_create_authorizer = vn_authorize_create; in VNOP_COMPOUND_OPEN()
H A Dvfs_subr.c7314 vn_authorize_create(vnode_t dvp, struct componentname *cnp, struct vnode_attr *vap, vfs_context_t c… in vn_authorize_create() function
H A Dvfs_syscalls.c4843 if ((error = vn_authorize_create(dvp, &nd.ni_cnd, vap, ctx, NULL)) != 0) { in mkfifo1()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_serv.c2147 error = vn_authorize_create(dvp, &ni.ni_cnd, vap, ctx, NULL); in nfsrv_create()
2468 error = vn_authorize_create(dvp, &ni.ni_cnd, vap, ctx, NULL); in nfsrv_mknod()
3663 error = vn_authorize_create(dvp, &ni.ni_cnd, vap, ctx, NULL); in nfsrv_symlink()