Searched refs:rootvp (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_mount.c | 1195 rootvp = NULL; in vfs_domount_first() 1200 vhold(rootvp); in vfs_domount_first() 1229 vdrop(rootvp); in vfs_domount_first() 1382 rootvp = NULL; in vfs_domount_update() 1570 vrele(rootvp); in vfs_domount_update() 2334 vhold(rootvp); in dounmount() 2335 vrele(rootvp); in dounmount() 2382 vdrop(rootvp); in dounmount() 2403 vdrop(rootvp); in dounmount() 3034 rootvp = NULL; in vfs_remount_ro() [all …]
|
| H A D | vfs_subr.c | 4085 struct vnode *vp, *mvp, *rootvp = NULL; in vflush() local 4103 vput(rootvp); in vflush() 4173 VI_LOCK(rootvp); in vflush() 4175 VNASSERT(rootvp->v_usecount >= rootrefs, rootvp, in vflush() 4177 rootvp->v_usecount, rootrefs)); in vflush() 4178 if (busy == 1 && rootvp->v_usecount == rootrefs) { in vflush() 4179 VOP_LOCK(rootvp, LK_EXCLUSIVE|LK_INTERLOCK); in vflush() 4180 vgone(rootvp); in vflush() 4181 VOP_UNLOCK(rootvp); in vflush() 4184 VI_UNLOCK(rootvp); in vflush() [all …]
|
| /freebsd-14.2/usr.sbin/makefs/ |
| H A D | msdos.c | 146 struct m_vnode vp, rootvp; in msdos_makefs() local 185 if (msdosfs_root(pmp, &rootvp) != 0) in msdos_makefs() 195 if (msdos_populate_dir(dir, VTODE(&rootvp), root, root, fsopts) == -1) in msdos_makefs()
|
| /freebsd-14.2/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-14.2/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-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/ |
| H A D | tst.rootvp.d | 46 tracemem(`rootvp, 20);
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/trace/ |
| H A D | tst.misc.d | 55 trace(*`rootvp); /* CTF type (by ref) */
|
| /freebsd-14.2/cddl/usr.sbin/dtrace/tests/common/tracemem/ |
| H A D | Makefile | 18 tst.rootvp.d \
|
| /freebsd-14.2/sys/cddl/dev/dtrace/ |
| H A D | dtrace_test.c | 52 vnode_t *rootvp = &dummy; variable
|