Lines Matching defs:vfsops
153 vfs_mountalloc(struct vfsops *vfsops, vnode_t *vp)
159 mp->mnt_op = vfsops;
188 struct vfsops *vfsp = NULL;
802 mount_domount(struct lwp *l, vnode_t **vpp, struct vfsops *vfsops,
814 vfs_delref(vfsops);
820 vfs_delref(vfsops);
825 vfs_delref(vfsops);
829 if ((mp = vfs_mountalloc(vfsops, vp)) == NULL) {
830 vfs_delref(vfsops);
1209 struct vfsops *v;
1239 struct vfsops *v;