Lines Matching defs:vfsops_t
62 typedef struct vfsops vfsops_t;
209 vfsops_t *vfs_op; /* operations on VFS */
391 vfsops_t vsw_vfsops; /* filesystem operations vector */
464 void vfs_freevfsops(vfsops_t *);
466 void vfs_setops(vfs_t *, vfsops_t *);
467 vfsops_t *vfs_getops(vfs_t *vfsp);
468 int vfs_matchops(vfs_t *, vfsops_t *);
472 void vfs_init(vfs_t *vfsp, vfsops_t *, void *);
532 int vfs_opsinuse(vfsops_t *);
539 struct vfssw *vfs_getvfsswbyvfsops(vfsops_t *);
572 extern vfsops_t *EIO_vfsops; /* operations for vfs being torn-down */