Lines Matching defs:vfsops
464 struct vfsops **vfsops)
497 if ((*vfsops = vfs_getopsbyname(fstypename)) != NULL)
503 if ((*vfsops = vfs_getopsbyname(fstypename)) != NULL)
569 struct vfsops *vfsops = NULL; /* XXX gcc4.8 */
586 vfsops = vp->v_mount->mnt_op;
589 error = mount_get_vfsops(type, type_seg, &vfsops);
602 data_len = vfsops->vfs_min_mount_data;
641 error = mount_domount(l, &vp, vfsops, path, flags, data_buf,
653 vfs_delref(vfsops);