Searched refs:vfc_vfsops (Results 1 – 6 of 6) sorted by relevance
444 KASSERT(vfc->vfc_vfsops != NULL, in vfs_register()449 vfsops = vfc->vfc_vfsops; in vfs_register()496 vfc->vfc_vfsops_sd = vfc->vfc_vfsops; in vfs_register()497 vfc->vfc_vfsops = &vfsops_sigdefer; in vfs_register()509 vfc->vfc_vfsops->vfs_init(vfc); in vfs_register()558 if (vfc->vfc_vfsops->vfs_uninit != NULL) in vfs_unregister()559 error = vfc->vfc_vfsops->vfs_uninit(vfsp); in vfs_unregister()
686 mp->mnt_op = vfsp->vfc_vfsops; in vfs_mount_alloc()1092 vfsp->vfc_vfsops->vfs_cmount == NULL)) in sys_mount()1103 return (vfsp->vfc_vfsops->vfs_cmount(ma, uap->data, flags)); in sys_mount()
4914 xvfsp.vfc_vfsops = NULL; in vfsconf2x()4921 uint32_t vfc_vfsops; member5033 ovfs.vfc_vfsops = vfsp->vfc_vfsops; /* XXX used as flag */ in sysctl_ovfs_conf()
2734 .vfc_vfsops = &mqfs_vfsops,
100 .vfc_vfsops = &fuse_vfsops,
643 struct vfsops *vfc_vfsops; /* filesystem operations vector */ member655 struct vfsops *vfc_vfsops; /* filesystem operations vector */ member665 void *vfc_vfsops; member970 .vfc_vfsops = &vfsops, \