Searched refs:rootvp (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/sys/kern/ |
| H A D | vfs_mount.c | 1004 rootvp = NULL; in vfs_domount_first() 1009 vhold(rootvp); in vfs_domount_first() 1038 vdrop(rootvp); in vfs_domount_first() 1163 rootvp = NULL; in vfs_domount_update() 1303 vrele(rootvp); in vfs_domount_update() 1861 vhold(rootvp); in dounmount() 1862 vrele(rootvp); in dounmount() 1908 vdrop(rootvp); in dounmount() 1928 vdrop(rootvp); in dounmount() 2582 rootvp = NULL; in vfs_remount_ro() [all …]
|
| H A D | vfs_subr.c | 3807 struct vnode *vp, *mvp, *rootvp = NULL; in vflush() local 3825 vput(rootvp); in vflush() 3899 VI_LOCK(rootvp); in vflush() 3901 VNASSERT(rootvp->v_usecount >= rootrefs, rootvp, in vflush() 3903 rootvp->v_usecount, rootrefs)); in vflush() 3904 if (busy == 1 && rootvp->v_usecount == rootrefs) { in vflush() 3905 VOP_LOCK(rootvp, LK_EXCLUSIVE|LK_INTERLOCK); in vflush() 3906 vgone(rootvp); in vflush() 3907 VOP_UNLOCK(rootvp); in vflush() 3910 VI_UNLOCK(rootvp); in vflush() [all …]
|
| /freebsd-13.1/usr.sbin/makefs/ |
| H A D | msdos.c | 149 struct vnode vp, rootvp; in msdos_makefs() local 190 if (msdosfs_root(pmp, &rootvp) != 0) in msdos_makefs() 200 if (msdos_populate_dir(dir, VTODE(&rootvp), root, root, fsopts) == -1) in msdos_makefs()
|
| /freebsd-13.1/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.dupltype.d | 40 this->x = *`rootvp;
|
| H A D | err.D_OP_INCOMPAT.dupttype.d | 41 self->x = *`rootvp;
|
| /freebsd-13.1/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-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/ |
| H A D | tst.rootvp.d | 46 tracemem(`rootvp, 20);
|
| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/trace/ |
| H A D | tst.misc.d | 55 trace(*`rootvp); /* CTF type (by ref) */
|
| /freebsd-13.1/cddl/usr.sbin/dtrace/tests/common/tracemem/ |
| H A D | Makefile | 19 tst.rootvp.d \
|
| /freebsd-13.1/sys/cddl/dev/dtrace/ |
| H A D | dtrace_test.c | 54 vnode_t *rootvp = &dummy; variable
|