vfs_mountroot
if (vops != NULL && vops->vfs_mountroot != NULL &&
.vfs_mountroot = (void *)eopnotsupp,
vfc.vfc_mountroot = vfsp->vfs_mountroot;
.vfs_mountroot = (void *)eopnotsupp,
.vfs_mountroot = cd9660_mountroot,
.vfs_mountroot = (void *)eopnotsupp,
.vfs_mountroot = msdosfs_mountroot,
.vfs_mountroot = nilfs_mountroot,
.vfs_mountroot = ntfs_mountroot,
.vfs_mountroot = udf_mountroot,
.vfs_mountroot = v7fs_mountroot,
if ((error = vfs_mountroot())) {
if (vops->vfs_mountroot != NULL &&
if (vops == NULL || vops->vfs_mountroot == NULL) {
if (vops->vfs_mountroot != NULL)
if (v->vfs_mountroot != NULL) {
error = (v->vfs_mountroot)();
if (v->vfs_mountroot == NULL)
error = (*v->vfs_mountroot)();
.vfs_mountroot = (void *)dead_panic,
.vfs_mountroot = nfs_mountroot,
vfs_mountroot();
.vfs_mountroot = rumpfs_mountroot,
int (*vfs_mountroot)(void);
int vfs_mountroot(void);
.vfs_mountroot = ext2fs_mountroot,
.vfs_mountroot = ffs_mountroot,
.vfs_mountroot = lfs_mountroot,