Searched refs:rootvp (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_mount.c | 1121 struct vnode *newdp, *rootvp; in vfs_domount_first() local 1194 rootvp = NULL; in vfs_domount_first() 1197 rootvp = vfs_cache_root_clear(mp); in vfs_domount_first() 1198 if (rootvp != NULL) { in vfs_domount_first() 1199 vhold(rootvp); in vfs_domount_first() 1200 vrele(rootvp); in vfs_domount_first() 1226 if (rootvp != NULL) { in vfs_domount_first() 1227 vn_seqc_write_end(rootvp); in vfs_domount_first() 1228 vdrop(rootvp); in vfs_domount_first() 1312 struct vnode *rootvp; in vfs_domount_update() local [all …]
|
H A D | vfs_subr.c | 4154 struct vnode *vp, *mvp, *rootvp = NULL; in vflush() local 4167 if ((error = VFS_ROOT(mp, LK_EXCLUSIVE, &rootvp)) != 0) { in vflush() 4172 vput(rootvp); in vflush() 4242 VI_LOCK(rootvp); in vflush() 4244 VNASSERT(rootvp->v_usecount >= rootrefs, rootvp, in vflush() 4246 rootvp->v_usecount, rootrefs)); in vflush() 4247 if (busy == 1 && rootvp->v_usecount == rootrefs) { in vflush() 4248 VOP_LOCK(rootvp, LK_EXCLUSIVE|LK_INTERLOCK); in vflush() 4249 vgone(rootvp); in vflush() 4250 VOP_UNLOCK(rootvp); in vflush() [all …]
|
/freebsd/usr.sbin/makefs/ |
H A D | msdos.c | 145 struct m_vnode vp, rootvp; in msdos_makefs() local 184 if (msdosfs_root(pmp, &rootvp) != 0) in msdos_makefs() 194 if (msdos_populate_dir(dir, VTODE(&rootvp), root, root, fsopts) == -1) in msdos_makefs()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/ |
H A D | err.D_OP_INCOMPAT.dupgtype.d | 40 x = *`rootvp;
|
H A D | err.D_OP_INCOMPAT.dupttype.d | 41 self->x = *`rootvp;
|
H A D | err.D_OP_INCOMPAT.dupltype.d | 40 this->x = *`rootvp;
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/ |
H A D | err.D_OP_INCOMPAT.dupgtype.d | 41 x[456] = *`rootvp;
|
H A D | err.D_OP_INCOMPAT.dupttype.d | 41 self->x[456] = *`rootvp;
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/ |
H A D | tst.rootvp.d | 46 tracemem(`rootvp, 20);
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/trace/ |
H A D | tst.misc.d | 55 trace(*`rootvp); /* CTF type (by ref) */
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/tracemem/ |
H A D | Makefile | 17 tst.rootvp.d \
|
/freebsd/sys/cddl/dev/dtrace/ |
H A D | dtrace_test.c | 52 vnode_t *rootvp = &dummy; variable
|