getdevvp
int getdevvp(dev_t, struct vnode **, enum vtype);
return (getdevvp(dev, vpp, VBLK));
return (getdevvp(dev, vpp, VCHR));