Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dvfs_init.c486 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 Duipc_mqueue.c2690 .vfs_init = mqfs_init,
/freebsd-14.2/sys/fs/fdescfs/
H A Dfdesc_vfsops.c235 .vfs_init = fdesc_init,
/freebsd-14.2/sys/fs/autofs/
H A Dautofs_vfsops.c213 .vfs_init = autofs_init,
/freebsd-14.2/sys/fs/pseudofs/
H A Dpseudofs.h301 .vfs_init = _##name##_init, \
/freebsd-14.2/sys/fs/smbfs/
H A Dsmbfs_vfsops.c71 .vfs_init = smbfs_init,
/freebsd-14.2/sys/fs/nullfs/
H A Dnull_vfsops.c490 .vfs_init = nullfs_init,
/freebsd-14.2/sys/fs/unionfs/
H A Dunion_vfsops.c579 .vfs_init = unionfs_init,
/freebsd-14.2/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c704 .vfs_init = tmpfs_init,
/freebsd-14.2/sys/fs/udf/
H A Dudf_vfsops.c125 .vfs_init = udf_init,
/freebsd-14.2/sys/sys/
H A Dmount.h833 vfs_init_t *vfs_init; member
/freebsd-14.2/sys/ufs/ffs/
H A Dffs_vfsops.c108 .vfs_init = ffs_init,
/freebsd-14.2/sys/fs/nfsclient/
H A Dnfs_clvfsops.c136 .vfs_init = ncl_init,
/freebsd-14.2/sys/conf/
H A Dfiles3956 kern/vfs_init.c standard