Lines Matching refs:vfsops_t
61 typedef struct vfsops vfsops_t; typedef
208 vfsops_t *vfs_op; /* operations on VFS */
390 vfsops_t vsw_vfsops; /* filesystem operations vector */
463 void vfs_freevfsops(vfsops_t *);
465 void vfs_setops(vfs_t *, vfsops_t *);
466 vfsops_t *vfs_getops(vfs_t *vfsp);
467 int vfs_matchops(vfs_t *, vfsops_t *);
471 void vfs_init(vfs_t *vfsp, vfsops_t *, void *);
531 int vfs_opsinuse(vfsops_t *);
538 struct vfssw *vfs_getvfsswbyvfsops(vfsops_t *);
571 extern vfsops_t *EIO_vfsops; /* operations for vfs being torn-down */