Searched refs:rootvnode (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | vnode.h | 73 #define rootvfs (rootvnode == NULL ? NULL : rootvnode->v_mount)
|
| H A D | vfs.h | 36 #define rootdir rootvnode
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_mountroot.c | 102 struct vnode *rootvnode; variable 241 if (VFS_ROOT(TAILQ_FIRST(&mountlist), LK_EXCLUSIVE, &rootvnode)) in set_rootvnode() 244 VOP_UNLOCK(rootvnode); in set_rootvnode() 348 cache_purgevfs(rootvnode->v_mount); in vfs_mountroot_shuffle() 1102 prison0.pr_root = rootvnode; in vfs_mountroot()
|
| H A D | subr_firmware.c | 467 if (rootvnode != NULL) { in firmware_modevent()
|
| H A D | kern_descrip.c | 3831 oldpwd->pwd_rdir != rootvnode)) { in pwd_chroot() 3943 vrefact(rootvnode); in pwd_ensure_dirs() 3944 newpwd->pwd_cdir = rootvnode; in pwd_ensure_dirs() 3947 vrefact(rootvnode); in pwd_ensure_dirs() 3948 newpwd->pwd_rdir = rootvnode; in pwd_ensure_dirs() 3968 vrefact(rootvnode); in pwd_set_rootvnode() 3969 newpwd->pwd_cdir = rootvnode; in pwd_set_rootvnode() 3970 vrefact(rootvnode); in pwd_set_rootvnode() 3971 newpwd->pwd_rdir = rootvnode; in pwd_set_rootvnode() 4035 if (rootvnode == olddp) { in mountcheckdirs() [all …]
|
| H A D | vfs_mount.c | 1899 if (rootvnode != NULL && mp == rootvnode->v_mount) { in dounmount() 1900 vrele(rootvnode); in dounmount() 1901 rootvnode = NULL; in dounmount()
|
| H A D | kern_shutdown.c | 554 oldrootvnode = rootvnode; in kern_reroot() 578 mountcheckdirs(oldrootvnode, rootvnode); in kern_reroot()
|
| H A D | vfs_cache.c | 3004 error = vn_fullpath_any_smr(vp, rootvnode, buf, retbuf, &buflen, 0); in vn_fullpath_global() 3007 error = vn_fullpath_any(vp, rootvnode, buf, retbuf, &buflen); in vn_fullpath_global() 3133 while (vp != rdir && vp != rootvnode) { in vn_fullpath_dir() 3260 if (vp == rdir || vp == rootvnode) { in vn_fullpath_any_smr() 3345 if (vp == rdir || vp == rootvnode) in vn_fullpath_any_smr() 3607 if (vp == rootvnode) { in db_print_vpath() 4772 dvp == rootvnode || in cache_fplookup_dotdot()
|
| H A D | vfs_lookup.c | 988 dp == rootvnode || in lookup()
|
| H A D | kern_linker.c | 2069 if (rootvnode == NULL) in linker_root_mounted()
|
| /f-stack/lib/include/sys/ |
| H A D | vnode.h | 79 extern struct vnode *rootvnode;
|
| /f-stack/lib/ |
| H A D | ff_compat.c | 61 struct vnode *rootvnode; variable
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 449 extern struct vnode *rootvnode; /* root (i.e. "/") vnode */
|