Symbol: vfs_init
sbin/fsck_lfs/lfs.c
480
vfs_init();
sbin/fsck_lfs/vnode.h
76
void vfs_init(void);
sys/coda/coda_vfsops.c
111
.vfs_init = coda_init,
sys/fs/adosfs/advfsops.c
802
.vfs_init = adosfs_init,
sys/fs/autofs/autofs_vfsops.c
355
.vfs_init = autofs_init,
sys/fs/cd9660/cd9660_vfsops.c
106
.vfs_init = cd9660_init,
sys/fs/efs/efs_vfsops.c
571
.vfs_init = efs_init,
sys/fs/filecorefs/filecore_vfsops.c
121
.vfs_init = filecore_init,
sys/fs/hfs/hfs_vfsops.c
164
.vfs_init = hfs_init,
sys/fs/msdosfs/msdosfs_vfsops.c
130
.vfs_init = msdosfs_init,
sys/fs/nfs/client/nfs_clvfsops.c
136
.vfs_init = ncl_init,
sys/fs/nilfs/nilfs_vfsops.c
179
.vfs_init = nilfs_init,
sys/fs/ntfs/ntfs_vfsops.c
886
.vfs_init = ntfs_init,
sys/fs/ptyfs/ptyfs_vfsops.c
488
.vfs_init = ptyfs_init,
sys/fs/puffs/puffs_vfsops.c
881
.vfs_init = puffs_vfsop_init,
sys/fs/sysvbfs/sysvbfs.c
130
.vfs_init = sysvbfs_init,
sys/fs/tmpfs/tmpfs_vfsops.c
473
.vfs_init = tmpfs_init,
sys/fs/udf/udf_vfsops.c
113
.vfs_init = udf_init,
sys/fs/union/union_vfsops.c
548
.vfs_init = union_init,
sys/fs/unionfs/unionfs_vfsops.c
524
.vfs_init = unionfs_init,
sys/fs/v7fs/v7fs_extern.c
196
.vfs_init = v7fs_init,
sys/kern/vfs_init.c
510
(*vfs->vfs_init)();
sys/miscfs/deadfs/dead_vfsops.c
69
.vfs_init = (void *)dead_panic,
sys/miscfs/fdesc/fdesc_vfsops.c
253
.vfs_init = fdesc_init,
sys/miscfs/kernfs/kernfs_vfsops.c
312
.vfs_init = kernfs_init,
sys/miscfs/nullfs/null_vfsops.c
234
.vfs_init = layerfs_init,
sys/miscfs/overlay/overlay_vfsops.c
265
.vfs_init = layerfs_init,
sys/miscfs/procfs/procfs_vfsops.c
539
.vfs_init = procfs_init,
sys/miscfs/umapfs/umap_vfsops.c
323
.vfs_init = layerfs_init,
sys/nfs/nfs_vfsops.c
120
.vfs_init = nfs_vfs_init,
sys/rump/librump/rumpvfs/rumpfs.c
1845
.vfs_init = rumpfs_init,
sys/sys/mount.h
206
void (*vfs_init) (void);
sys/ufs/chfs/chfs_vfsops.c
814
.vfs_init = chfs_init,
sys/ufs/ext2fs/ext2fs_vfsops.c
134
.vfs_init = ext2fs_init,
sys/ufs/ffs/ffs_vfsops.c
161
.vfs_init = ffs_init,
sys/ufs/lfs/lfs_vfsops.c
176
.vfs_init = lfs_init,
sys/ufs/mfs/mfs_vfsops.c
105
.vfs_init = mfs_init,