vfsops             64 include/sys/mount.h 	struct vfsops	*m_op;		/* pointer to vfs operation */
vfsops            116 include/sys/mount.h 	struct vfsops	*vs_op;		/* pointer to vfs operation */
vfsops            122 include/sys/mount.h struct vfsops {
vfsops             40 include/sys/vnode.h struct vfsops;
vfsops             58 usr/server/fs/arfs/arfs_vfsops.c const struct vfsops arfs_vfsops = {
vfsops            105 usr/server/fs/devfs/devfs_vnops.c struct vfsops devfs_vfsops = {
vfsops             56 usr/server/fs/fatfs/fatfs_vfsops.c struct vfsops fatfs_vfsops = {
vfsops            132 usr/server/fs/fifofs/fifo_vnops.c struct vfsops fifofs_vfsops = {
vfsops             48 usr/server/fs/ramfs/ramfs_vfsops.c struct vfsops ramfs_vfsops = {
vfsops             43 usr/server/fs/vfs/vfs_conf.c extern struct vfsops ramfs_vfsops;
vfsops             44 usr/server/fs/vfs/vfs_conf.c extern struct vfsops devfs_vfsops;
vfsops             45 usr/server/fs/vfs/vfs_conf.c extern struct vfsops arfs_vfsops;
vfsops             46 usr/server/fs/vfs/vfs_conf.c extern struct vfsops fifofs_vfsops;
vfsops             47 usr/server/fs/vfs/vfs_conf.c extern struct vfsops fatfs_vfsops;