Searched refs:rootvp (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | vfs_mount.c | 1123 struct vnode *newdp, *rootvp; in vfs_domount_first() local 1198 rootvp = NULL; in vfs_domount_first() 1201 rootvp = vfs_cache_root_clear(mp); in vfs_domount_first() 1202 if (rootvp != NULL) { in vfs_domount_first() 1203 vhold(rootvp); in vfs_domount_first() 1204 vrele(rootvp); in vfs_domount_first() 1230 if (rootvp != NULL) { in vfs_domount_first() 1231 vn_seqc_write_end(rootvp); in vfs_domount_first() 1232 vdrop(rootvp); in vfs_domount_first() 1316 struct vnode *rootvp; in vfs_domount_update() local [all …]
|
| H A D | vfs_subr.c | 4172 struct vnode *vp, *mvp, *rootvp = NULL; in vflush() local 4185 if ((error = VFS_ROOT(mp, LK_EXCLUSIVE, &rootvp)) != 0) { in vflush() 4190 vput(rootvp); in vflush() 4260 VI_LOCK(rootvp); in vflush() 4262 VNASSERT(rootvp->v_usecount >= rootrefs, rootvp, in vflush() 4264 rootvp->v_usecount, rootrefs)); in vflush() 4265 if (busy == 1 && rootvp->v_usecount == rootrefs) { in vflush() 4266 VOP_LOCK(rootvp, LK_EXCLUSIVE|LK_INTERLOCK); in vflush() 4267 vgone(rootvp); in vflush() 4268 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
|