Searched refs:vn_authorize_create (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | vnode_internal.h | 462 int vn_authorize_create(vnode_t, struct componentname *, struct vnode_attr *, vfs_context_t, vo…
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_vnops.c | 234 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 D | kpi_vfs.c | 3307 a.a_open_create_authorizer = vn_authorize_create; in VNOP_COMPOUND_OPEN()
|
| H A D | vfs_subr.c | 7314 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 | 4843 if ((error = vn_authorize_create(dvp, &nd.ni_cnd, vap, ctx, NULL)) != 0) { in mkfifo1()
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_serv.c | 2147 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()
|