Lines Matching refs:vfsops_t
61 typedef struct vfsops vfsops_t; typedef
216 vfsops_t *vfs_op; /* operations on VFS */
397 vfsops_t vsw_vfsops; /* filesystem operations vector */
470 void vfs_freevfsops(vfsops_t *);
472 void vfs_setops(vfs_t *, vfsops_t *);
473 vfsops_t *vfs_getops(vfs_t *vfsp);
474 int vfs_matchops(vfs_t *, vfsops_t *);
478 void vfs_init(vfs_t *vfsp, vfsops_t *, void *);
538 int vfs_opsinuse(vfsops_t *);
545 struct vfssw *vfs_getvfsswbyvfsops(vfsops_t *);
578 extern vfsops_t *EIO_vfsops; /* operations for vfs being torn-down */