Home
last modified time | relevance | path

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

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