Lines Matching defs:vfsops
462 struct vfsops **vfsops)
495 if ((*vfsops = vfs_getopsbyname(fstypename)) != NULL)
501 if ((*vfsops = vfs_getopsbyname(fstypename)) != NULL)
567 struct vfsops *vfsops = NULL; /* XXX gcc4.8 */
584 vfsops = vp->v_mount->mnt_op;
587 error = mount_get_vfsops(type, type_seg, &vfsops);
600 data_len = vfsops->vfs_min_mount_data;
639 error = mount_domount(l, &vp, vfsops, path, flags, data_buf,
651 vfs_delref(vfsops);