Searched refs:fromnd (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c3704 struct nameidata fromnd, tond; local
3713 NDINIT(&fromnd, DELETE, NOFOLLOW | USEDVP | CN_NBMOUNTLOOK, UIO_SYSSPACE,
3715 fromnd.ni_dvp = fdvp;
3716 error = namei(&fromnd);
3725 } else if (fromnd.ni_vp->v_type != VREG) {
3726 vnode_put(fromnd.ni_vp);
3727 nameidone(&fromnd);
3781 vnode_put(fromnd.ni_vp);
3782 nameidone(&fromnd);
3787 a.a_fvp = fromnd
[all...]
H A Dvfs_syscalls.c4633 struct nameidata fromnd, tond; local
4643 NDINIT(&fromnd, LOOKUP, SAVESTART | AUDITVNPATH1,
4645 if ((error = namei(&fromnd)))
4647 fvp = fromnd.ni_vp;
4697 if (fromnd.ni_startdir)
4698 vnode_put(fromnd.ni_startdir);
4699 nameidone(&fromnd);
4717 struct nameidata fromnd, tond; local
4738 NDINIT(&fromnd, DELETE, WANTPARENT | AUDITVNPATH1, UIO_USERSPACE, uap->from, ctx);
4740 if ( (error = namei(&fromnd)) )
[all...]

Completed in 51 milliseconds