Searched refs:vfc_mountroot (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_conf.c | 137 .vfc_mountroot = NULL, 157 .vfc_mountroot = NULL, 173 .vfc_mountroot = NULL, 195 .vfc_mountroot = NULL, 213 .vfc_mountroot = NULL, 232 .vfc_mountroot = mockfs_mountroot, 251 .vfc_mountroot = NULL, 268 .vfc_mountroot = NULL, 283 .vfc_mountroot = NULL,
|
| H A D | vfs_subr.c | 1172 if (vfsp->vfc_mountroot == NULL in vfs_mountroot() 1180 if (vfsp->vfc_mountroot) { in vfs_mountroot() 1181 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-8020.121.3/bsd/sys/ |
| H A D | mount_internal.h | 311 …int (*vfc_mountroot)(mount_t, vnode_t, vfs_context_t); /* if != NULL, routine to moun… member
|