rump_pub_vfs_getmp
if ((rv = rump_pub_vfs_getmp("/", &p2m->p2m_mp)) != 0) {
rv = rump_pub_vfs_getmp(mountpath, &fs->ukfs_mp);
int rump_pub_vfs_getmp(const char *, struct mount **);