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