iso_mountfs
static int iso_mountfs(struct vnode *devvp, struct mount *mp,
if ((error = iso_mountfs(rootvp, mp, &args)) != 0)
error = iso_mountfs(devvp, mp, &args);