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