ext2_vinit
if ((error = ext2_vinit(vp->v_mount, &vp)) != 0) {
int ext2_vinit(struct mount *, struct vnode **vpp);
if ((error = ext2_vinit(mp, &vp)) != 0) {