Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dvnode_internal.h488 int vn_authorize_create(vnode_t, struct componentname *, struct vnode_attr *, vfs_context_t, vo…
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_vnops.c231 if ((error = vn_authorize_create(dvp, &ndp->ni_cnd, vap, ctx, NULL)) != 0) { in vn_open_auth_do_create()
241 if ((error = vn_authorize_create(dvp, &ndp->ni_cnd, vap, ctx, NULL)) != 0) { in vn_open_auth_do_create()
H A Dkpi_vfs.c3543 a.a_open_create_authorizer = vn_authorize_create; in VNOP_COMPOUND_OPEN()
H A Dvfs_subr.c8478 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.c5722 if ((error = vn_authorize_create(dvp, &nd.ni_cnd, vap, ctx, NULL)) != 0) { in mkfifo1()
/xnu-12377.1.9/bsd/nfs/
H A Dnfs_serv.c2146 error = vn_authorize_create(dvp, &ni.ni_cnd, vap, ctx, NULL); in nfsrv_create()
2472 error = vn_authorize_create(dvp, &ni.ni_cnd, vap, ctx, NULL); in nfsrv_mknod()
3689 error = vn_authorize_create(dvp, &ni.ni_cnd, vap, ctx, NULL); in nfsrv_symlink()