Searched refs:vfs_init (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_init.c | 481 if (vfsops->vfs_init == NULL) in vfs_register() 483 vfsops->vfs_init = vfs_stdinit; in vfs_register() 507 vfc->vfc_vfsops_sd->vfs_init(vfc); in vfs_register() 509 vfc->vfc_vfsops->vfs_init(vfc); in vfs_register()
|
H A D | uipc_mqueue.c | 2723 .vfs_init = mqfs_init,
|
/freebsd/sys/fs/autofs/ |
H A D | autofs_vfsops.c | 213 .vfs_init = autofs_init,
|
/freebsd/sys/fs/fdescfs/ |
H A D | fdesc_vfsops.c | 233 .vfs_init = fdesc_init,
|
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs.h | 301 .vfs_init = _##name##_init, \
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_vfsops.c | 71 .vfs_init = smbfs_init,
|
/freebsd/sys/fs/nullfs/ |
H A D | null_vfsops.c | 481 .vfs_init = nullfs_init,
|
/freebsd/sys/fs/p9fs/ |
H A D | p9fs_vfsops.c | 598 .vfs_init = p9fs_init,
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | 574 .vfs_init = unionfs_init,
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_vfsops.c | 699 .vfs_init = tmpfs_init,
|
/freebsd/sys/fs/udf/ |
H A D | udf_vfsops.c | 125 .vfs_init = udf_init,
|
/freebsd/sys/sys/ |
H A D | mount.h | 833 vfs_init_t *vfs_init; member
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 104 .vfs_init = ffs_init,
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvfsops.c | 136 .vfs_init = ncl_init,
|
/freebsd/sys/conf/ |
H A D | files | 3974 kern/vfs_init.c standard
|