VFS_SET
VFS_SET(autofs_vfsops, autofs, VFCF_SYNTHETIC | VFCF_MPSAFE);
VFS_SET(devfs_vfsops, devfs, VFCF_SYNTHETIC | VFCF_MPSAFE);
VFS_SET(dirfs_vfsops, dirfs, 0);
VFS_SET(ext2fs_vfsops, ext2fs, VFCF_MPSAFE);
VFS_SET(fuse_vfsops, fuse, VFCF_SYNTHETIC | VFCF_MPSAFE);
VFS_SET(hammer_vfsops, hammer, VFCF_MPSAFE);
VFS_SET(hammer2_vfsops, hammer2, VFCF_MPSAFE);
VFS_SET(hpfs_vfsops, hpfs, 0);
VFS_SET(cd9660_vfsops, cd9660, VFCF_READONLY);
VFS_SET(mfs_vfsops, mfs, 0);
VFS_SET(msdosfs_vfsops, msdos, 0);
VFS_SET(nfs_vfsops, nfs, VFCF_NETWORK | VFCF_MPSAFE);
VFS_SET(ntfs_vfsops, ntfs, 0);
VFS_SET(null_vfsops, null, VFCF_LOOPBACK | VFCF_MPSAFE);
VFS_SET(procfs_vfsops, procfs, VFCF_SYNTHETIC | VFCF_MPSAFE);
VFS_SET(smbfs_vfsops, smbfs, VFCF_NETWORK);
VFS_SET(tmpfs_vfsops, tmpfs, VFCF_MPSAFE);
VFS_SET(udf_vfsops, udf, VFCF_READONLY);
VFS_SET(ufs_vfsops, ufs, 0);
VFS_SET(hammer2_vfsops, hammer2, VFCF_MPSAFE);