| /src/sys/miscfs/deadfs/ |
| dead_vfsops.c | 58 .vfs_start = (void *)dead_panic,
|
| /src/sys/fs/sysvbfs/ |
| sysvbfs.c | 120 .vfs_start = sysvbfs_start,
|
| /src/sys/fs/v7fs/ |
| v7fs_extern.c | 186 .vfs_start = v7fs_start,
|
| /src/sys/miscfs/nullfs/ |
| null_vfsops.c | 224 .vfs_start = layerfs_start,
|
| /src/sys/miscfs/overlay/ |
| overlay_vfsops.c | 255 .vfs_start = layerfs_start,
|
| /src/sys/miscfs/fdesc/ |
| fdesc_vfsops.c | 243 .vfs_start = fdesc_start,
|
| /src/sys/miscfs/kernfs/ |
| kernfs_vfsops.c | 302 .vfs_start = kernfs_start,
|
| /src/sys/miscfs/umapfs/ |
| umap_vfsops.c | 313 .vfs_start = layerfs_start,
|
| /src/sys/ufs/mfs/ |
| mfs_vfsops.c | 94 .vfs_start = mfs_start,
|
| /src/sys/coda/ |
| coda_vfsops.c | 101 .vfs_start = coda_start,
|
| /src/sys/fs/autofs/ |
| autofs_vfsops.c | 344 .vfs_start = autofs_start,
|
| /src/sys/fs/efs/ |
| efs_vfsops.c | 561 .vfs_start = efs_start,
|
| /src/sys/fs/filecorefs/ |
| filecore_vfsops.c | 111 .vfs_start = filecore_start,
|
| /src/sys/fs/hfs/ |
| hfs_vfsops.c | 154 .vfs_start = hfs_start,
|
| /src/sys/fs/ptyfs/ |
| ptyfs_vfsops.c | 478 .vfs_start = ptyfs_start,
|
| /src/sys/fs/tmpfs/ |
| tmpfs_vfsops.c | 462 .vfs_start = tmpfs_start,
|
| /src/sys/fs/union/ |
| union_vfsops.c | 538 .vfs_start = union_start,
|
| /src/sys/fs/unionfs/ |
| unionfs_vfsops.c | 515 .vfs_start = unionfs_start,
|
| /src/sys/miscfs/procfs/ |
| procfs_vfsops.c | 529 .vfs_start = procfs_start,
|
| /src/sys/sys/ |
| mount.h | 191 int (*vfs_start) (struct mount *, int); member in struct:vfsops 236 int VFS_START(struct mount *, int);
|
| /src/sys/fs/udf/ |
| udf_vfsops.c | 102 .vfs_start = udf_start,
|
| /src/sys/fs/adosfs/ |
| advfsops.c | 792 .vfs_start = adosfs_start,
|
| /src/sys/fs/cd9660/ |
| cd9660_vfsops.c | 96 .vfs_start = cd9660_start,
|
| /src/sys/fs/msdosfs/ |
| msdosfs_vfsops.c | 120 .vfs_start = msdosfs_start,
|
| /src/sys/fs/nilfs/ |
| nilfs_vfsops.c | 169 .vfs_start = nilfs_start,
|