Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/miscfs/mockfs/
H A Dmockfs_vfsops.c238 .vfs_init = mockfs_init,
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_init.c374 (*vfsp->vfc_vfsops->vfs_init)(&vfsc); in vfsinit()
H A Dkpi_vfs.c1159 if (newvfstbl->vfc_vfsops->vfs_init) { in vfs_fsadd()
1170 (*newvfstbl->vfc_vfsops->vfs_init)(&vfsc); in vfs_fsadd()
/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c513 .vfs_init = devfs_init,
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vfsops.c549 .vfs_init = bindfs_init,
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vfsops.c579 .vfs_init = nullfs_init,
/xnu-12377.41.6/bsd/miscfs/routefs/
H A Droutefs_ops.c487 .vfs_init = routefs_init,
/xnu-12377.41.6/bsd/conf/
H A DMakefile.template513 vfs_init.o_CWARNFLAGS_ADD += -Wno-sign-conversion
537 vfs_init.o_CWARNFLAGS_ADD += -Wconditional-uninitialized
H A Dfiles127 bsd/vfs/vfs_init.c standard
/xnu-12377.41.6/bsd/sys/
H A Dmount.h720 int (*vfs_init)(struct vfsconf *vfsc); member