Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_init.c436 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()
H A Dvfs_mount.c516 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()
H A Dvfs_subr.c4457 xvfsp.vfc_vfsops = NULL; in vfsconf2x()
4464 uint32_t vfc_vfsops; member
4576 ovfs.vfc_vfsops = vfsp->vfc_vfsops; /* XXX used as flag */ in sysctl_ovfs_conf()
H A Duipc_mqueue.c2711 .vfc_vfsops = &mqfs_vfsops,
/f-stack/freebsd/sys/
H A Dmount.h608 struct vfsops *vfc_vfsops; /* filesystem operations vector */ member
620 struct vfsops *vfc_vfsops; /* filesystem operations vector */ member
630 void *vfc_vfsops; member
933 .vfc_vfsops = &vfsops, \