Searched refs:vn_authorize_create (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.81.2/bsd/sys/ |
| H A D | vnode_internal.h | 485 int vn_authorize_create(vnode_t, struct componentname *, struct vnode_attr *, vfs_context_t, vo…
|
| /xnu-8792.81.2/bsd/vfs/ |
| H A D | vfs_vnops.c | 235 if ((error = vn_authorize_create(dvp, &ndp->ni_cnd, vap, ctx, NULL)) != 0) { in vn_open_auth_do_create() 245 if ((error = vn_authorize_create(dvp, &ndp->ni_cnd, vap, ctx, NULL)) != 0) { in vn_open_auth_do_create()
|
| H A D | kpi_vfs.c | 3422 a.a_open_create_authorizer = vn_authorize_create; in VNOP_COMPOUND_OPEN()
|
| H A D | vfs_subr.c | 7833 vn_authorize_create(vnode_t dvp, struct componentname *cnp, struct vnode_attr *vap, vfs_context_t c… in vn_authorize_create() function
|
| H A D | vfs_syscalls.c | 5328 if ((error = vn_authorize_create(dvp, &nd.ni_cnd, vap, ctx, NULL)) != 0) { in mkfifo1()
|
| /xnu-8792.81.2/bsd/nfs/ |
| H A D | nfs_serv.c | 2135 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()
|