Searched refs:vfc_vfsops (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_conf.c | 132 .vfc_vfsops = &nfs_vfsops, 152 .vfc_vfsops = &devfs_vfsops, 168 .vfc_vfsops = &devfs_vfsops, 190 .vfc_vfsops = &nullfs_vfsops, 208 .vfc_vfsops = &bindfs_vfsops, 227 .vfc_vfsops = &mockfs_vfsops, 246 .vfc_vfsops = &routefs_vfsops, 263 .vfc_vfsops = NULL, 278 .vfc_vfsops = NULL,
|
| H A D | vfs_init.c | 334 if (vfsp->vfc_vfsops == (struct vfsops *)0) { in vfsinit() 353 if (vfsp->vfc_vfsops->vfs_sysctl) { in vfsinit() 366 (*vfsp->vfc_vfsops->vfs_init)(&vfsc); in vfsinit() 489 if (nvfsp->vfc_vfsops->vfs_sysctl) { in vfstable_add() 504 if (vfsconf[slot].vfc_vfsops == NULL) { in vfstable_add()
|
| H A D | kpi_vfs.c | 949 newvfstbl->vfc_vfsops = vfe->vfe_vfsops; in vfs_fsadd() 1119 if (newvfstbl->vfc_vfsops->vfs_init) { in vfs_fsadd() 1130 (*newvfstbl->vfc_vfsops->vfs_init)(&vfsc); in vfs_fsadd()
|
| H A D | vfs_subr.c | 1080 mp->mnt_op = vfsp->vfc_vfsops; in vfs_rootmountalloc_internal() 3803 error = (vfsp->vfc_vfsops->vfs_sysctl)(name, namelen,
|
| H A D | vfs_syscalls.c | 886 mp->mnt_op = vfsp->vfc_vfsops; in mount_common()
|
| /xnu-8020.121.3/bsd/sys/ |
| H A D | mount_internal.h | 306 const struct vfsops *vfc_vfsops;/* filesystem operations vector */ member
|
| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs_boot.c | 1280 mp->mnt_op = vfsp->vfc_vfsops; in nfs_mount_diskless_private()
|