Searched refs:vfc_mountroot (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_conf.c | 129 .vfc_mountroot = NULL, 145 .vfc_mountroot = NULL, 167 .vfc_mountroot = NULL, 185 .vfc_mountroot = NULL, 204 .vfc_mountroot = mockfs_mountroot, 223 .vfc_mountroot = NULL, 240 .vfc_mountroot = NULL, 255 .vfc_mountroot = NULL,
|
| H A D | vfs_subr.c | 1246 if (vfsp->vfc_mountroot == NULL in vfs_mountroot() 1254 if (vfsp->vfc_mountroot) { in vfs_mountroot() 1255 error = (*vfsp->vfc_mountroot)(mp, rootvp, ctx); in vfs_mountroot()
|
| H A D | kpi_vfs.c | 1025 newvfstbl->vfc_mountroot = NULL; in vfs_fsadd()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mount_internal.h | 313 …int (*vfc_mountroot)(mount_t, vnode_t, vfs_context_t); /* if != NULL, routine to moun… member
|