Searched refs:thisvp (Results 1 – 1 of 1) sorted by relevance
558 vnode_t *vp, *thisvp; in nm_unmount() local582 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()