vfsops 63 isofs/cd9660/cd9660_vfsops.c const struct vfsops cd9660_vfsops = {
vfsops 84 isofs/udf/udf_vfsops.c const struct vfsops udf_vfsops = {
vfsops 79 kern/vfs_conf.c extern const struct vfsops ffs_vfsops;
vfsops 83 kern/vfs_conf.c extern const struct vfsops mfs_vfsops;
vfsops 87 kern/vfs_conf.c extern const struct vfsops msdosfs_vfsops;
vfsops 91 kern/vfs_conf.c extern const struct vfsops nfs_vfsops;
vfsops 95 kern/vfs_conf.c extern const struct vfsops portal_vfsops;
vfsops 99 kern/vfs_conf.c extern const struct vfsops procfs_vfsops;
vfsops 103 kern/vfs_conf.c extern const struct vfsops cd9660_vfsops;
vfsops 107 kern/vfs_conf.c extern const struct vfsops ext2fs_vfsops;
vfsops 111 kern/vfs_conf.c extern const struct vfsops xfs_vfsops;
vfsops 115 kern/vfs_conf.c extern const struct vfsops ntfs_vfsops;
vfsops 119 kern/vfs_conf.c extern const struct vfsops udf_vfsops;
vfsops 70 miscfs/portal/portal.h extern const struct vfsops portal_vfsops;
vfsops 249 miscfs/portal/portal_vfsops.c const struct vfsops portal_vfsops = {
vfsops 139 miscfs/procfs/procfs.h extern const struct vfsops procfs_vfsops;
vfsops 208 miscfs/procfs/procfs_vfsops.c const struct vfsops procfs_vfsops = {
vfsops 809 msdosfs/msdosfs_vfsops.c const struct vfsops msdosfs_vfsops = {
vfsops 82 nfs/nfs_vfsops.c const struct vfsops nfs_vfsops = {
vfsops 1143 ntfs/ntfs_vfsops.c static struct vfsops ntfs_vfsops = {
vfsops 1166 ntfs/ntfs_vfsops.c struct vfsops ntfs_vfsops = {
vfsops 1194 ntfs/ntfs_vfsops.c const struct vfsops ntfs_vfsops = {
vfsops 355 sys/mount.h const struct vfsops *mnt_op; /* operations on fs */
vfsops 448 sys/mount.h const struct vfsops *vfc_vfsops; /* filesystem operations vector */
vfsops 469 sys/mount.h struct vfsops {
vfsops 87 ufs/ext2fs/ext2fs_vfsops.c const struct vfsops ext2fs_vfsops = {
vfsops 75 ufs/ffs/ffs_vfsops.c const struct vfsops ffs_vfsops = {
vfsops 68 ufs/mfs/mfs_vfsops.c const struct vfsops mfs_vfsops = {
vfsops 83 xfs/xfs_vfsops-openbsd.c const struct vfsops xfs_vfsops = {