Home
last modified time | relevance | path

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

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