Searched refs:vfc_vfsops (Results 1 – 6 of 6) sorted by relevance
457 KASSERT(vfc->vfc_vfsops != NULL, in vfs_register()462 vfsops = vfc->vfc_vfsops; in vfs_register()509 vfc->vfc_vfsops_sd = vfc->vfc_vfsops; in vfs_register()510 vfc->vfc_vfsops = &vfsops_sigdefer; in vfs_register()519 error = vfc->vfc_vfsops->vfs_init(vfc); in vfs_register()579 if (vfc->vfc_vfsops->vfs_uninit != NULL) in vfs_unregister()580 error = vfc->vfc_vfsops->vfs_uninit(vfsp); in vfs_unregister()
686 mp->mnt_op = vfsp->vfc_vfsops; in vfs_mount_alloc()1101 vfsp->vfc_vfsops->vfs_cmount == NULL)) in sys_mount()1112 return (vfsp->vfc_vfsops->vfs_cmount(ma, uap->data, flags)); in sys_mount()
4950 xvfsp.vfc_vfsops = NULL; in vfsconf2x()4957 uint32_t vfc_vfsops; member5069 ovfs.vfc_vfsops = vfsp->vfc_vfsops; /* XXX used as flag */ in sysctl_ovfs_conf()
2735 .vfc_vfsops = &mqfs_vfsops,
100 .vfc_vfsops = &fuse_vfsops,
652 struct vfsops *vfc_vfsops; /* filesystem operations vector */ member664 struct vfsops *vfc_vfsops; /* filesystem operations vector */ member674 void *vfc_vfsops; member999 .vfc_vfsops = &vfsops, \