Home
last modified time | relevance | path

Searched refs:rootvnode (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvnode.h73 #define rootvfs (rootvnode == NULL ? NULL : rootvnode->v_mount)
H A Dvfs.h36 #define rootdir rootvnode
/f-stack/freebsd/kern/
H A Dvfs_mountroot.c102 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 Dsubr_firmware.c467 if (rootvnode != NULL) { in firmware_modevent()
H A Dkern_descrip.c3831 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 Dvfs_mount.c1899 if (rootvnode != NULL && mp == rootvnode->v_mount) { in dounmount()
1900 vrele(rootvnode); in dounmount()
1901 rootvnode = NULL; in dounmount()
H A Dkern_shutdown.c554 oldrootvnode = rootvnode; in kern_reroot()
578 mountcheckdirs(oldrootvnode, rootvnode); in kern_reroot()
H A Dvfs_cache.c3004 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 Dvfs_lookup.c988 dp == rootvnode || in lookup()
H A Dkern_linker.c2069 if (rootvnode == NULL) in linker_root_mounted()
/f-stack/lib/include/sys/
H A Dvnode.h79 extern struct vnode *rootvnode;
/f-stack/lib/
H A Dff_compat.c61 struct vnode *rootvnode; variable
/f-stack/freebsd/sys/
H A Dvnode.h449 extern struct vnode *rootvnode; /* root (i.e. "/") vnode */