Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_mount.c1835 dounmount_cleanup(struct mount *mp, struct vnode *coveredvp, int mntkflags) in dounmount_cleanup() argument
1846 if (coveredvp != NULL) { in dounmount_cleanup()
1847 VOP_UNLOCK(coveredvp); in dounmount_cleanup()
1848 vdrop(coveredvp); in dounmount_cleanup()
2143 struct vnode *coveredvp, *rootvp; in dounmount() local
2256 if ((coveredvp = mp->mnt_vnodecovered) != NULL) { in dounmount()
2258 VI_LOCK(coveredvp); in dounmount()
2259 vholdl(coveredvp); in dounmount()
2260 vn_lock(coveredvp, LK_EXCLUSIVE | LK_INTERLOCK | LK_RETRY); in dounmount()
2265 if (coveredvp->v_mountedhere != mp || in dounmount()
[all …]