Home
last modified time | relevance | path

Searched refs:vfc_vfsops (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.121.6/bsd/vfs/ !
H A Dvfs_conf.c124 .vfc_vfsops = &devfs_vfsops,
140 .vfc_vfsops = &devfs_vfsops,
162 .vfc_vfsops = &nullfs_vfsops,
180 .vfc_vfsops = &bindfs_vfsops,
199 .vfc_vfsops = &mockfs_vfsops,
218 .vfc_vfsops = &routefs_vfsops,
235 .vfc_vfsops = NULL,
250 .vfc_vfsops = NULL,
H A Dvfs_init.c342 if (vfsp->vfc_vfsops == (struct vfsops *)0) { in vfsinit()
361 if (vfsp->vfc_vfsops->vfs_sysctl) { in vfsinit()
374 (*vfsp->vfc_vfsops->vfs_init)(&vfsc); in vfsinit()
501 if (nvfsp->vfc_vfsops->vfs_sysctl) { in vfstable_add()
516 if (vfsconf[slot].vfc_vfsops == NULL) { in vfstable_add()
H A Dkpi_vfs.c988 newvfstbl->vfc_vfsops = vfe->vfe_vfsops; in vfs_fsadd()
1158 if (newvfstbl->vfc_vfsops->vfs_init) { in vfs_fsadd()
1169 (*newvfstbl->vfc_vfsops->vfs_init)(&vfsc); in vfs_fsadd()
H A Dvfs_subr.c1145 mp->mnt_op = vfsp->vfc_vfsops; in vfs_rootmountalloc_internal()
4108 error = (vfsp->vfc_vfsops->vfs_sysctl)(name, namelen,
H A Dvfs_syscalls.c1294 mp->mnt_op = vfsp->vfc_vfsops; in mount_common()
/xnu-11417.121.6/bsd/sys/ !
H A Dmount_internal.h308 const struct vfsops *vfc_vfsops;/* filesystem operations vector */ member