Home
last modified time | relevance | path

Searched refs:vfc_mountroot (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.61.2/bsd/vfs/
H A Dvfs_conf.c130 .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 Dvfs_subr.c1221 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 Dkpi_vfs.c985 newvfstbl->vfc_mountroot = NULL; in vfs_fsadd()
/xnu-8792.61.2/bsd/sys/
H A Dmount_internal.h312 …int (*vfc_mountroot)(mount_t, vnode_t, vfs_context_t); /* if != NULL, routine to moun… member