Searched refs:vfs_uninit (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_init.c | 484 if (vfsops->vfs_uninit == NULL) in vfs_register() 486 vfsops->vfs_uninit = vfs_stduninit; in vfs_register() 555 if (vfc->vfc_vfsops_sd->vfs_uninit != NULL) in vfs_unregister() 556 error = vfc->vfc_vfsops_sd->vfs_uninit(vfsp); in vfs_unregister() 558 if (vfc->vfc_vfsops->vfs_uninit != NULL) in vfs_unregister() 559 error = vfc->vfc_vfsops->vfs_uninit(vfsp); in vfs_unregister()
|
H A D | uipc_mqueue.c | 2724 .vfs_uninit = mqfs_uninit,
|
/freebsd/sys/fs/autofs/ |
H A D | autofs_vfsops.c | 214 .vfs_uninit = autofs_uninit,
|
/freebsd/sys/fs/fdescfs/ |
H A D | fdesc_vfsops.c | 237 .vfs_uninit = fdesc_uninit,
|
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs.h | 305 .vfs_uninit = _##name##_uninit, \
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_vfsops.c | 78 .vfs_uninit = smbfs_uninit,
|
/freebsd/sys/fs/nullfs/ |
H A D | null_vfsops.c | 487 .vfs_uninit = nullfs_uninit,
|
/freebsd/sys/fs/p9fs/ |
H A D | p9fs_vfsops.c | 599 .vfs_uninit = p9fs_uninit,
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | 580 .vfs_uninit = unionfs_uninit,
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_vfsops.c | 700 .vfs_uninit = tmpfs_uninit,
|
/freebsd/sys/fs/udf/ |
H A D | udf_vfsops.c | 129 .vfs_uninit = udf_uninit,
|
/freebsd/sys/sys/ |
H A D | mount.h | 834 vfs_uninit_t *vfs_uninit; member
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 112 .vfs_uninit = ffs_uninit,
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvfsops.c | 143 .vfs_uninit = ncl_uninit,
|