Searched refs:rootvp (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h135 extern struct vnode *rootvp; /* vnode equivalent to above */
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c236 struct vnode *rootvp; variable in typeref:struct:vnode
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c1034 if ((error = bdevvp(rootdev, &rootvp))) {
1039 * 4951998 - code we call in vfc_mountroot may replace rootvp
1042 bdevvp_rootvp = rootvp;
1049 mp->mnt_devvp = rootvp;
1051 if ((error = (*vfsp->vfc_mountroot)(mp, rootvp, ctx)) == 0) {
1052 if ( bdevvp_rootvp != rootvp ) {
1054 * rootvp changed...
1056 * new rootvp (it will already have a usecount taken)...
1060 vnode_getwithref(rootvp);
1061 mp->mnt_devvp = rootvp;
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c997 rootvp = vp;

Completed in 41 milliseconds