Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c558 vnode_t *vp, *thisvp; in nm_unmount() local
582 thisvp = NMTOV(nodep); in nm_unmount()
583 mutex_enter(&thisvp->v_lock); in nm_unmount()
584 if (thisvp->v_count-- == 1) { in nm_unmount()
586 mutex_exit(&thisvp->v_lock); in nm_unmount()
587 vn_invalid(thisvp); in nm_unmount()
588 vn_free(thisvp); in nm_unmount()
593 thisvp->v_flag &= ~VROOT; in nm_unmount()
594 mutex_exit(&thisvp->v_lock); in nm_unmount()