ext2_alloc_vnode
if (ext2_alloc_vnode(ump->um_mountp, ino, &vp) == -1)
int ext2_alloc_vnode(struct mount *, ino_t, struct vnode **);
if (ext2_alloc_vnode(mp, ino, &vp) == -1)