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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vfsops.c422 error = vn_create(nd.ni_dvp, &nd.ni_vp, &nd.ni_cnd, &va, 0, ctx);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode_internal.h371 errno_t vn_create(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, int flags, vfs_context_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_subr.c1000 if ((error = vn_create(udvp, &uvp, &cn, vap, 0, context)) != 0) {
1159 error = vn_create(dvp, vpp, &cn, &va, 0, cnp->cn_context);
1309 if ((error = vn_create(un->un_dirvp, &vp, &cn, vap, 0, context)) != 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c263 if ((error = vn_create(dvp, &ndp->ni_vp, &ndp->ni_cnd, vap, 0, ctx)) != 0)
H A Dvfs_syscalls.c2420 error = vn_create(dvp, &vp, &nd.ni_cnd, &va, 0, ctx);
2465 * vn_create:???
2501 error = vn_create(dvp, &vp, &nd.ni_cnd, vap, 0, ctx);
5272 * vn_create:???
5313 if ((error = vn_create(dvp, &vp, &nd.ni_cnd, vap, 0, ctx)) != 0)
H A Dvfs_xattr.c2289 error = vn_create(dvp, &nd.ni_vp, &nd.ni_cnd, &va,
H A Dvfs_subr.c4488 vn_create(vnode_t dvp, vnode_t *vpp, struct componentname *cnp, struct vnode_attr *vap, int flags, vfs_context_t ctx) function
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_usrreq.c841 error = vn_create(dvp, &vp, &nd.ni_cnd, &va, 0, ctx);

Completed in 102 milliseconds