dv_find
return (dv_find(VTODV(dvp), nm, vpp, pnp, rdir, cred, 0));
error = dv_find(VTODV(dvp), nm, &vp, NULL, NULLVP, cred, 0);
extern int dv_find(struct dv_node *, char *, struct vnode **,