Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_init.c444 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()
H A Dvfs_mount.c686 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()
H A Dvfs_subr.c4831 xvfsp.vfc_vfsops = NULL; in vfsconf2x()
4838 uint32_t vfc_vfsops; member
4950 ovfs.vfc_vfsops = vfsp->vfc_vfsops; /* XXX used as flag */ in sysctl_ovfs_conf()
H A Duipc_mqueue.c2701 .vfc_vfsops = &mqfs_vfsops,
/freebsd/sys/fs/fuse/
H A Dfuse_main.c100 .vfc_vfsops = &fuse_vfsops,
/freebsd/sys/sys/
H A Dmount.h643 struct vfsops *vfc_vfsops; /* filesystem operations vector */ member
655 struct vfsops *vfc_vfsops; /* filesystem operations vector */ member
665 void *vfc_vfsops; member
968 .vfc_vfsops = &vfsops, \