Home
last modified time | relevance | path

Searched refs:vfc_vfsops (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/kern/
HDvfs_init.c449 KASSERT(vfc->vfc_vfsops != NULL, in vfs_register()
454 vfsops = vfc->vfc_vfsops; in vfs_register()
501 vfc->vfc_vfsops_sd = vfc->vfc_vfsops; in vfs_register()
502 vfc->vfc_vfsops = &vfsops_sigdefer; in vfs_register()
514 vfc->vfc_vfsops->vfs_init(vfc); in vfs_register()
563 if (vfc->vfc_vfsops->vfs_uninit != NULL) in vfs_unregister()
564 error = vfc->vfc_vfsops->vfs_uninit(vfsp); in vfs_unregister()
HDvfs_mount.c687 mp->mnt_op = vfsp->vfc_vfsops; in vfs_mount_alloc()
1093 vfsp->vfc_vfsops->vfs_cmount == NULL)) in sys_mount()
1104 return (vfsp->vfc_vfsops->vfs_cmount(ma, uap->data, flags)); in sys_mount()
HDvfs_subr.c4849 xvfsp.vfc_vfsops = NULL; in vfsconf2x()
4856 uint32_t vfc_vfsops; member
4968 ovfs.vfc_vfsops = vfsp->vfc_vfsops; /* XXX used as flag */ in sysctl_ovfs_conf()
HDuipc_mqueue.c2701 .vfc_vfsops = &mqfs_vfsops,
/freebsd-14-stable/sys/fs/fuse/
HDfuse_main.c101 .vfc_vfsops = &fuse_vfsops,
/freebsd-14-stable/sys/sys/
HDmount.h645 struct vfsops *vfc_vfsops; /* filesystem operations vector */ member
657 struct vfsops *vfc_vfsops; /* filesystem operations vector */ member
667 void *vfc_vfsops; member
972 .vfc_vfsops = &vfsops, \