Searched refs:vn_create (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h465 errno_t vn_create(vnode_t, vnode_t *, struct nameidata *, struct vnode_attr *, uint32_t, int, uint32_t*, vfs_context_t);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_vnops.c241 error = vn_create(dvp, &ndp->ni_vp, ndp, vap, VN_CREATE_DOOPEN, fmode, &status, ctx);
H A Dvfs_xattr.c2513 error = vn_create(dvp, &nd.ni_vp, &nd, &va,
H A Dvfs_syscalls.c3831 if ((error = vn_create(dvp, &vp, &nd, &va, 0, 0, NULL, ctx)) != 0)
3874 * vn_create:???
3901 error = vn_create(dvp, &vp, &nd, vap, 0, 0, NULL, ctx);
7131 * vn_create:???
7203 if ((error = vn_create(dvp, &vp, &nd, vap, 0, 0, NULL, ctx)) != 0) {
H A Dvfs_subr.c5371 vn_create(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, uint32_t flags, int fmode, uint32_t *statusp, vfs_context_t ctx) function
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Duipc_usrreq.c1040 error = vn_create(dvp, &vp, &nd, &va, 0, 0, NULL, ctx);

Completed in 112 milliseconds