vfc_mountroot 234 kern/vfs_subr.c if (vfsp->vfc_mountroot == NULL) vfc_mountroot 236 kern/vfs_subr.c if ((error = (*vfsp->vfc_mountroot)()) == 0) vfc_mountroot 1293 kern/vfs_subr.c tmpvfsp->vfc_mountroot = NULL; vfc_mountroot 453 sys/mount.h int (*vfc_mountroot)(void); /* if != NULL, routine to mount root */