/src/sys/miscfs/deadfs/ |
dead_vfsops.c | 72 .vfs_mountroot = (void *)dead_panic,
|
/src/sys/compat/common/ |
compat_sysctl_09_43.c | 92 vfc.vfc_mountroot = vfsp->vfs_mountroot;
|
/src/sys/kern/ |
kern_subr.c | 404 if (vops->vfs_mountroot != NULL && 436 if (vops == NULL || vops->vfs_mountroot == NULL) { 441 if (vops->vfs_mountroot != NULL)
|
vfs_mount.c | 1204 * Print a list of supported file system types (used by vfs_mountroot) 1237 vfs_mountroot(void) function in typeref:typename:int 1243 panic("vfs_mountroot: root device unknown"); 1248 panic("vfs_mountroot: rootdev set for DV_IFNET " 1257 panic("vfs_mountroot: rootdev not set for DV_DISK"); 1259 panic("vfs_mountroot: can't get vnode for rootdev"); 1264 printf("vfs_mountroot: can't open root device\n"); 1286 if (v->vfs_mountroot != NULL) { 1287 error = (v->vfs_mountroot)(); 1299 if (v->vfs_mountroot == NULL [all...] |
init_main.c | 655 * is a race between vfs_mountroot and start_init. 688 if ((error = vfs_mountroot())) {
|
/src/sys/fs/v7fs/ |
v7fs_extern.c | 199 .vfs_mountroot = v7fs_mountroot,
|
/src/sys/sys/ |
mount.h | 209 int (*vfs_mountroot)(void); member in struct:vfsops 385 int vfs_mountroot(void);
|
/src/sys/rump/librump/rumpvfs/ |
rump_vfs.c | 132 /* bootstrap cwdi (rest done in vfs_mountroot() */ 137 vfs_mountroot();
|
rumpfs.c | 1848 .vfs_mountroot = rumpfs_mountroot,
|
/src/sys/fs/autofs/ |
autofs_vfsops.c | 358 .vfs_mountroot = (void *)eopnotsupp,
|
/src/sys/fs/efs/ |
efs_vfsops.c | 574 .vfs_mountroot = (void *)eopnotsupp,
|
/src/sys/coda/ |
coda_vfsops.c | 113 .vfs_mountroot = (void *)eopnotsupp,
|
/src/sys/arch/hp300/hp300/ |
autoconf.c | 373 if (vops != NULL && vops->vfs_mountroot != NULL &&
|
/src/sys/fs/udf/ |
udf_vfsops.c | 116 .vfs_mountroot = udf_mountroot,
|
/src/sys/fs/msdosfs/ |
msdosfs_vfsops.c | 133 .vfs_mountroot = msdosfs_mountroot,
|
/src/sys/fs/nilfs/ |
nilfs_vfsops.c | 182 .vfs_mountroot = nilfs_mountroot,
|
/src/sys/fs/ntfs/ |
ntfs_vfsops.c | 889 .vfs_mountroot = ntfs_mountroot,
|
/src/sys/nfs/ |
nfs_vfsops.c | 122 .vfs_mountroot = nfs_mountroot,
|
/src/sys/fs/cd9660/ |
cd9660_vfsops.c | 109 .vfs_mountroot = cd9660_mountroot, 124 * Called by vfs_mountroot when iso is going to be mounted as root.
|
/src/sys/ufs/ext2fs/ |
ext2fs_vfsops.c | 137 .vfs_mountroot = ext2fs_mountroot,
|
/src/share/man/man9/ |
Makefile | 1068 vfssubr.9 vfs_mountroot.9 \
|
/src/sys/ufs/ffs/ |
ffs_vfsops.c | 164 .vfs_mountroot = ffs_mountroot,
|
/src/sys/ufs/lfs/ |
lfs_vfsops.c | 170 .vfs_mountroot = lfs_mountroot,
|