Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dvfs_mountroot.c291 struct vnode *vp, *vporoot, *vpdevfs; in vfs_mountroot_shuffle() local
371 vpdevfs = mpdevfs->mnt_vnodecovered; in vfs_mountroot_shuffle()
372 if (vpdevfs != NULL) { in vfs_mountroot_shuffle()
373 cache_purge(vpdevfs); in vfs_mountroot_shuffle()
374 vpdevfs->v_mountedhere = NULL; in vfs_mountroot_shuffle()
375 vrele(vpdevfs); in vfs_mountroot_shuffle()