Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dvfs_mountroot.c312 struct vnode *vp, *vporoot, *vpdevfs; in vfs_mountroot_shuffle() local
397 vpdevfs = mpdevfs->mnt_vnodecovered; in vfs_mountroot_shuffle()
398 if (vpdevfs != NULL) { in vfs_mountroot_shuffle()
399 cache_purge(vpdevfs); in vfs_mountroot_shuffle()
400 VI_LOCK(vpdevfs); in vfs_mountroot_shuffle()
401 vn_irflag_unset_locked(vpdevfs, VIRF_MOUNTPOINT); in vfs_mountroot_shuffle()
402 vpdevfs->v_mountedhere = NULL; in vfs_mountroot_shuffle()
403 VI_UNLOCK(vpdevfs); in vfs_mountroot_shuffle()
404 vrele(vpdevfs); in vfs_mountroot_shuffle()