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