Home
last modified time | relevance | path

Searched refs:vfs_init (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_init.c481 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 Duipc_mqueue.c2723 .vfs_init = mqfs_init,
/freebsd/sys/fs/autofs/
H A Dautofs_vfsops.c213 .vfs_init = autofs_init,
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vfsops.c233 .vfs_init = fdesc_init,
/freebsd/sys/fs/pseudofs/
H A Dpseudofs.h301 .vfs_init = _##name##_init, \
/freebsd/sys/fs/smbfs/
H A Dsmbfs_vfsops.c71 .vfs_init = smbfs_init,
/freebsd/sys/fs/nullfs/
H A Dnull_vfsops.c481 .vfs_init = nullfs_init,
/freebsd/sys/fs/p9fs/
H A Dp9fs_vfsops.c598 .vfs_init = p9fs_init,
/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c574 .vfs_init = unionfs_init,
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c699 .vfs_init = tmpfs_init,
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c125 .vfs_init = udf_init,
/freebsd/sys/sys/
H A Dmount.h833 vfs_init_t *vfs_init; member
/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c104 .vfs_init = ffs_init,
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c136 .vfs_init = ncl_init,
/freebsd/sys/conf/
H A Dfiles3974 kern/vfs_init.c standard