Searched refs:vfc_vfsops (Results 1 – 5 of 5) sorted by relevance
436 KASSERT(vfc->vfc_vfsops != NULL, in vfs_register()441 vfsops = vfc->vfc_vfsops; in vfs_register()486 vfc->vfc_vfsops_sd = vfc->vfc_vfsops; in vfs_register()487 vfc->vfc_vfsops = &vfsops_sigdefer; in vfs_register()499 vfc->vfc_vfsops->vfs_init(vfc); in vfs_register()548 if (vfc->vfc_vfsops->vfs_uninit != NULL) { in vfs_unregister()549 error = vfc->vfc_vfsops->vfs_uninit(vfsp); in vfs_unregister()
516 mp->mnt_op = vfsp->vfc_vfsops; in vfs_mount_alloc()875 vfsp->vfc_vfsops->vfs_cmount == NULL)) in sys_mount()886 return (vfsp->vfc_vfsops->vfs_cmount(ma, uap->data, flags)); in sys_mount()
4457 xvfsp.vfc_vfsops = NULL; in vfsconf2x()4464 uint32_t vfc_vfsops; member4576 ovfs.vfc_vfsops = vfsp->vfc_vfsops; /* XXX used as flag */ in sysctl_ovfs_conf()
2711 .vfc_vfsops = &mqfs_vfsops,
608 struct vfsops *vfc_vfsops; /* filesystem operations vector */ member620 struct vfsops *vfc_vfsops; /* filesystem operations vector */ member630 void *vfc_vfsops; member933 .vfc_vfsops = &vfsops, \