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

/macosx-10.10/dtrace-147/test/tst/common/assocs/
H A Derr.D_OP_INCOMPAT.dupgtype.d41 x[456] = *`rootvp;
H A Derr.D_OP_INCOMPAT.dupttype.d41 self->x[456] = *`rootvp;
/macosx-10.10/dtrace-147/test/tst/common/scalars/
H A Derr.D_OP_INCOMPAT.dupgtype.d40 x = *`rootvp;
H A Derr.D_OP_INCOMPAT.dupltype.d40 this->x = *`rootvp;
H A Derr.D_OP_INCOMPAT.dupttype.d41 self->x = *`rootvp;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsystm.h135 extern struct vnode *rootvp; /* vnode equivalent to above */
/macosx-10.10/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vfsops.c451 vnode_t rootvp = VFSTOWEBDAV(mp)->pm_root; local
468 error = vflush(mp, rootvp, flags);
475 if ( vnode_isinuse(rootvp, 1) && !(flags & FORCECLOSE) )
489 vnode_rele(rootvp);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dbsd_init.c244 struct vnode *rootvp; variable in typeref:struct:vnode
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c1078 if ((error = bdevvp(rootdev, &rootvp))) {
1083 * 4951998 - code we call in vfc_mountroot may replace rootvp
1086 bdevvp_rootvp = rootvp;
1093 mp->mnt_devvp = rootvp;
1095 if ((error = (*vfsp->vfc_mountroot)(mp, rootvp, ctx)) == 0) {
1096 if ( bdevvp_rootvp != rootvp ) {
1098 * rootvp changed...
1100 * new rootvp (it will already have a usecount taken)...
1104 vnode_getwithref(rootvp);
1105 mp->mnt_devvp = rootvp;
[all...]
/macosx-10.10/BootCache-109/
H A Dkext.c3088 if (devvp == rootvp) {
4433 if (devvp == rootvp) {
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c1006 rootvp = vp;

Completed in 114 milliseconds