Searched refs:rootvnode (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h36 #define rootdir rootvnode
H A Dvnode.h69 #define rootvfs (rootvnode == NULL ? NULL : rootvnode->v_mount)
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h39 #define rootdir rootvnode
/freebsd-13-stable/sys/kern/
H A Dvfs_mountroot.c102 struct vnode *rootvnode; variable in typeref:struct:vnode
241 if (VFS_ROOT(TAILQ_FIRST(&mountlist), LK_EXCLUSIVE, &rootvnode))
244 VOP_UNLOCK(rootvnode);
345 /* Set up the new rootvnode, and purge the cache */
348 cache_purgevfs(rootvnode->v_mount);
1100 /* Keep prison0's root in sync with the global rootvnode. */
1102 prison0.pr_root = rootvnode;
H A Dsubr_firmware.c467 if (rootvnode != NULL) {
H A Dkern_descrip.c3846 oldpwd->pwd_rdir != rootvnode)) {
3950 vrefact(rootvnode);
3951 newpwd->pwd_cdir = rootvnode;
3954 vrefact(rootvnode);
3955 newpwd->pwd_rdir = rootvnode;
3973 vrefact(rootvnode);
3974 newpwd->pwd_cdir = rootvnode;
3975 vrefact(rootvnode);
3976 newpwd->pwd_rdir = rootvnode;
4038 if (rootvnode
[all...]
H A Dvfs_mount.c1885 * undo all the cdir/rdir and rootvnode changes we made above.
1937 if (rootvnode != NULL && mp == rootvnode->v_mount) {
1938 vrele(rootvnode);
1939 rootvnode = NULL;
H A Dkern_shutdown.c554 oldrootvnode = rootvnode;
576 * Update all references to the old rootvnode.
578 mountcheckdirs(oldrootvnode, rootvnode);
H A Dvfs_cache.c3176 error = vn_fullpath_any_smr(vp, rootvnode, buf, retbuf, &buflen, 0);
3179 error = vn_fullpath_any(vp, rootvnode, buf, retbuf, &buflen);
3305 while (vp != rdir && vp != rootvnode) {
3432 if (vp == rdir || vp == rootvnode) {
3517 if (vp == rdir || vp == rootvnode)
3779 if (vp == rootvnode) {
4946 dvp == rootvnode ||
H A Dvfs_lookup.c1063 dp == rootvnode ||
H A Dkern_linker.c2119 if (rootvnode == NULL)
/freebsd-13-stable/sys/sys/
H A Dvnode.h451 extern struct vnode *rootvnode; /* root (i.e. "/") vnode */
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c2674 if (rootvnode == NULL) {
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c563 dp = rootvnode;
583 ndp->ni_rootdir = rootvnode;
H A Dnfs_nfsdserv.c296 vp != rootvnode) {
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_backend_block.c2125 if (rootvnode == NULL) {

Completed in 224 milliseconds