Home
last modified time | relevance | path

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

12

/netbsd-src/sbin/fsck_lfs/
H A Dvnode.h76 void vfs_init(void);
H A Dvnode.c193 vfs_init(void) in vfs_init() function
/netbsd-src/sys/miscfs/deadfs/
H A Ddead_vfsops.c69 .vfs_init = (void *)dead_panic,
/netbsd-src/sys/fs/sysvbfs/
H A Dsysvbfs.c130 .vfs_init = sysvbfs_init,
/netbsd-src/sys/rump/librump/rumpvfs/
H A DMakefile.rumpvfs39 vfs_getcwd.c vfs_hooks.c vfs_init.c vfs_lockf.c vfs_lookup.c \
/netbsd-src/sys/fs/v7fs/
H A Dv7fs_extern.c196 .vfs_init = v7fs_init,
/netbsd-src/sys/miscfs/nullfs/
H A Dnull_vfsops.c234 .vfs_init = layerfs_init,
/netbsd-src/sys/miscfs/overlay/
H A Doverlay_vfsops.c265 .vfs_init = layerfs_init,
/netbsd-src/sys/miscfs/fdesc/
H A Dfdesc_vfsops.c253 .vfs_init = fdesc_init,
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damd.h242 typedef int (*vfs_init) (mntfs *); typedef
402 vfs_init fs_init; /* fxn: initialization */
/netbsd-src/sys/miscfs/kernfs/
H A Dkernfs_vfsops.c312 .vfs_init = kernfs_init,
/netbsd-src/sys/kern/
H A Dvfs_init.c1 /* $NetBSD: vfs_init.c,v 1.67 2024/12/07 02:27:38 riastradh Exp $ */
66 * @(#)vfs_init.c 8.5 (Berkeley) 5/11/95
70 __KERNEL_RCSID(0, "$NetBSD: vfs_init.c,v 1.67 2024/12/07 02:27:38 riastradh Exp $");
181 * vfs_init.c
498 (*vfs->vfs_init)(); in vfs_attach()
/netbsd-src/sys/miscfs/umapfs/
H A Dumap_vfsops.c323 .vfs_init = layerfs_init,
/netbsd-src/sys/ufs/mfs/
H A Dmfs_vfsops.c105 .vfs_init = mfs_init,
/netbsd-src/sys/fs/union/
H A Dunion_vfsops.c548 .vfs_init = union_init,
/netbsd-src/sys/fs/ptyfs/
H A Dptyfs_vfsops.c488 .vfs_init = ptyfs_init,
/netbsd-src/sys/fs/autofs/
H A Dautofs_vfsops.c355 .vfs_init = autofs_init,
/netbsd-src/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c473 .vfs_init = tmpfs_init,
/netbsd-src/sys/coda/
H A Dcoda_vfsops.c111 .vfs_init = coda_init,
/netbsd-src/sys/sys/
H A Dmount.h206 void (*vfs_init) (void); member
/netbsd-src/sys/fs/hfs/
H A Dhfs_vfsops.c164 .vfs_init = hfs_init,
/netbsd-src/sys/fs/unionfs/
H A Dunionfs_vfsops.c524 .vfs_init = unionfs_init,
/netbsd-src/sys/fs/efs/
H A Defs_vfsops.c571 .vfs_init = efs_init,
/netbsd-src/sys/miscfs/procfs/
H A Dprocfs_vfsops.c539 .vfs_init = procfs_init,
/netbsd-src/sys/fs/filecorefs/
H A Dfilecore_vfsops.c121 .vfs_init = filecore_init,

12