Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dvnode_internal.h486 int vn_authorize_create(vnode_t, struct componentname *, struct vnode_attr *, vfs_context_t, vo…
/xnu-8796.121.2/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.c3422 a.a_open_create_authorizer = vn_authorize_create; in VNOP_COMPOUND_OPEN()
H A Dvfs_subr.c7986 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.c5352 if ((error = vn_authorize_create(dvp, &nd.ni_cnd, vap, ctx, NULL)) != 0) { in mkfifo1()
/xnu-8796.121.2/bsd/nfs/
H A Dnfs_serv.c2135 error = vn_authorize_create(dvp, &ni.ni_cnd, vap, ctx, NULL); in nfsrv_create()
2461 error = vn_authorize_create(dvp, &ni.ni_cnd, vap, ctx, NULL); in nfsrv_mknod()
3662 error = vn_authorize_create(dvp, &ni.ni_cnd, vap, ctx, NULL); in nfsrv_symlink()