Searched refs:vfc_mountroot (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.61.2/bsd/vfs/ |
| H A D | vfs_conf.c | 130 .vfc_mountroot = NULL, 146 .vfc_mountroot = NULL, 168 .vfc_mountroot = NULL, 186 .vfc_mountroot = NULL, 205 .vfc_mountroot = mockfs_mountroot, 224 .vfc_mountroot = NULL, 241 .vfc_mountroot = NULL, 256 .vfc_mountroot = NULL,
|
| H A D | vfs_subr.c | 1221 if (vfsp->vfc_mountroot == NULL in vfs_mountroot() 1229 if (vfsp->vfc_mountroot) { in vfs_mountroot() 1230 error = (*vfsp->vfc_mountroot)(mp, rootvp, ctx); in vfs_mountroot()
|
| H A D | kpi_vfs.c | 985 newvfstbl->vfc_mountroot = NULL; in vfs_fsadd()
|
| /xnu-8792.61.2/bsd/sys/ |
| H A D | mount_internal.h | 312 …int (*vfc_mountroot)(mount_t, vnode_t, vfs_context_t); /* if != NULL, routine to moun… member
|