Symbol: VFS_SET
sys/vfs/autofs/autofs_vfsops.c
320
VFS_SET(autofs_vfsops, autofs, VFCF_SYNTHETIC | VFCF_MPSAFE);
sys/vfs/devfs/devfs_vfsops.c
283
VFS_SET(devfs_vfsops, devfs, VFCF_SYNTHETIC | VFCF_MPSAFE);
sys/vfs/dirfs/dirfs_vfsops.c
358
VFS_SET(dirfs_vfsops, dirfs, 0);
sys/vfs/ext2fs/ext2_vfsops.c
115
VFS_SET(ext2fs_vfsops, ext2fs, VFCF_MPSAFE);
sys/vfs/fuse/fuse_vfsops.c
490
VFS_SET(fuse_vfsops, fuse, VFCF_SYNTHETIC | VFCF_MPSAFE);
sys/vfs/hammer/hammer_vfsops.c
271
VFS_SET(hammer_vfsops, hammer, VFCF_MPSAFE);
sys/vfs/hammer2/hammer2_vfsops.c
240
VFS_SET(hammer2_vfsops, hammer2, VFCF_MPSAFE);
sys/vfs/hpfs/hpfs_vfsops.c
568
VFS_SET(hpfs_vfsops, hpfs, 0);
sys/vfs/isofs/cd9660/cd9660_vfsops.c
97
VFS_SET(cd9660_vfsops, cd9660, VFCF_READONLY);
sys/vfs/mfs/mfs_vfsops.c
116
VFS_SET(mfs_vfsops, mfs, 0);
sys/vfs/msdosfs/msdosfs_vfsops.c
910
VFS_SET(msdosfs_vfsops, msdos, 0);
sys/vfs/nfs/nfs_vfsops.c
138
VFS_SET(nfs_vfsops, nfs, VFCF_NETWORK | VFCF_MPSAFE);
sys/vfs/ntfs/ntfs_vfsops.c
814
VFS_SET(ntfs_vfsops, ntfs, 0);
sys/vfs/nullfs/null_vfsops.c
453
VFS_SET(null_vfsops, null, VFCF_LOOPBACK | VFCF_MPSAFE);
sys/vfs/procfs/procfs_vfsops.c
155
VFS_SET(procfs_vfsops, procfs, VFCF_SYNTHETIC | VFCF_MPSAFE);
sys/vfs/smbfs/smbfs_vfsops.c
98
VFS_SET(smbfs_vfsops, smbfs, VFCF_NETWORK);
sys/vfs/tmpfs/tmpfs_vfsops.c
554
VFS_SET(tmpfs_vfsops, tmpfs, VFCF_MPSAFE);
sys/vfs/udf/udf_vfsops.c
124
VFS_SET(udf_vfsops, udf, VFCF_READONLY);
sys/vfs/ufs/ffs_vfsops.c
86
VFS_SET(ufs_vfsops, ufs, 0);
usr.sbin/makefs/hammer2/hammer2_vfsops.c
256
VFS_SET(hammer2_vfsops, hammer2, VFCF_MPSAFE);