tmpfs_vnode_get
int tmpfs_vnode_get(struct mount *, tmpfs_node_t *, struct vnode **);
error = tmpfs_vnode_get(dvp->v_mount, node, vpp);
return tmpfs_vnode_get(mp, node, vpp);
return node ? tmpfs_vnode_get(mp, node, vpp) : ESTALE;
error = tmpfs_vnode_get(mount, fde->td_node, &fvp);
error = tmpfs_vnode_get(mount, tde->td_node, &tvp);
error = tmpfs_vnode_get(dvp->v_mount, pnode, vpp);
error = tmpfs_vnode_get(mount, a_dirent->td_node, &a_vp);
error = tmpfs_vnode_get(mount, b_dirent->td_node,
error = tmpfs_vnode_get(dvp->v_mount, tnode, vpp);