Searched refs:vfs_init (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_init.c | 486 if (vfsops->vfs_init == NULL) in vfs_register() 488 vfsops->vfs_init = vfs_stdinit; in vfs_register() 512 vfc->vfc_vfsops_sd->vfs_init(vfc); in vfs_register() 514 vfc->vfc_vfsops->vfs_init(vfc); in vfs_register()
|
| H A D | uipc_mqueue.c | 2690 .vfs_init = mqfs_init,
|
| /freebsd-14.2/sys/fs/fdescfs/ |
| H A D | fdesc_vfsops.c | 235 .vfs_init = fdesc_init,
|
| /freebsd-14.2/sys/fs/autofs/ |
| H A D | autofs_vfsops.c | 213 .vfs_init = autofs_init,
|
| /freebsd-14.2/sys/fs/pseudofs/ |
| H A D | pseudofs.h | 301 .vfs_init = _##name##_init, \
|
| /freebsd-14.2/sys/fs/smbfs/ |
| H A D | smbfs_vfsops.c | 71 .vfs_init = smbfs_init,
|
| /freebsd-14.2/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 490 .vfs_init = nullfs_init,
|
| /freebsd-14.2/sys/fs/unionfs/ |
| H A D | union_vfsops.c | 579 .vfs_init = unionfs_init,
|
| /freebsd-14.2/sys/fs/tmpfs/ |
| H A D | tmpfs_vfsops.c | 704 .vfs_init = tmpfs_init,
|
| /freebsd-14.2/sys/fs/udf/ |
| H A D | udf_vfsops.c | 125 .vfs_init = udf_init,
|
| /freebsd-14.2/sys/sys/ |
| H A D | mount.h | 833 vfs_init_t *vfs_init; member
|
| /freebsd-14.2/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 108 .vfs_init = ffs_init,
|
| /freebsd-14.2/sys/fs/nfsclient/ |
| H A D | nfs_clvfsops.c | 136 .vfs_init = ncl_init,
|
| /freebsd-14.2/sys/conf/ |
| H A D | files | 3956 kern/vfs_init.c standard
|