/netbsd-src/sbin/fsck_lfs/ |
H A D | vnode.h | 76 void vfs_init(void);
|
H A D | vnode.c | 193 vfs_init(void) in vfs_init() function
|
/netbsd-src/sys/miscfs/deadfs/ |
H A D | dead_vfsops.c | 69 .vfs_init = (void *)dead_panic,
|
/netbsd-src/sys/fs/sysvbfs/ |
H A D | sysvbfs.c | 130 .vfs_init = sysvbfs_init,
|
/netbsd-src/sys/rump/librump/rumpvfs/ |
H A D | Makefile.rumpvfs | 39 vfs_getcwd.c vfs_hooks.c vfs_init.c vfs_lockf.c vfs_lookup.c \
|
/netbsd-src/sys/fs/v7fs/ |
H A D | v7fs_extern.c | 196 .vfs_init = v7fs_init,
|
/netbsd-src/sys/miscfs/nullfs/ |
H A D | null_vfsops.c | 234 .vfs_init = layerfs_init,
|
/netbsd-src/sys/miscfs/overlay/ |
H A D | overlay_vfsops.c | 265 .vfs_init = layerfs_init,
|
/netbsd-src/sys/miscfs/fdesc/ |
H A D | fdesc_vfsops.c | 253 .vfs_init = fdesc_init,
|
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | amd.h | 242 typedef int (*vfs_init) (mntfs *); typedef 402 vfs_init fs_init; /* fxn: initialization */
|
/netbsd-src/sys/miscfs/kernfs/ |
H A D | kernfs_vfsops.c | 312 .vfs_init = kernfs_init,
|
/netbsd-src/sys/kern/ |
H A D | vfs_init.c | 1 /* $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 D | umap_vfsops.c | 323 .vfs_init = layerfs_init,
|
/netbsd-src/sys/ufs/mfs/ |
H A D | mfs_vfsops.c | 105 .vfs_init = mfs_init,
|
/netbsd-src/sys/fs/union/ |
H A D | union_vfsops.c | 548 .vfs_init = union_init,
|
/netbsd-src/sys/fs/ptyfs/ |
H A D | ptyfs_vfsops.c | 488 .vfs_init = ptyfs_init,
|
/netbsd-src/sys/fs/autofs/ |
H A D | autofs_vfsops.c | 355 .vfs_init = autofs_init,
|
/netbsd-src/sys/fs/tmpfs/ |
H A D | tmpfs_vfsops.c | 473 .vfs_init = tmpfs_init,
|
/netbsd-src/sys/coda/ |
H A D | coda_vfsops.c | 111 .vfs_init = coda_init,
|
/netbsd-src/sys/sys/ |
H A D | mount.h | 206 void (*vfs_init) (void); member
|
/netbsd-src/sys/fs/hfs/ |
H A D | hfs_vfsops.c | 164 .vfs_init = hfs_init,
|
/netbsd-src/sys/fs/unionfs/ |
H A D | unionfs_vfsops.c | 524 .vfs_init = unionfs_init,
|
/netbsd-src/sys/fs/efs/ |
H A D | efs_vfsops.c | 571 .vfs_init = efs_init,
|
/netbsd-src/sys/miscfs/procfs/ |
H A D | procfs_vfsops.c | 539 .vfs_init = procfs_init,
|
/netbsd-src/sys/fs/filecorefs/ |
H A D | filecore_vfsops.c | 121 .vfs_init = filecore_init,
|