Searched refs:thisvp (Results 1 – 1 of 1) sorted by relevance
587 vnode_t *vp, *thisvp; in nm_unmount() local611 thisvp = NMTOV(nodep); in nm_unmount()612 mutex_enter(&thisvp->v_lock); in nm_unmount()613 VN_RELE_LOCKED(thisvp); in nm_unmount()614 if (thisvp->v_count == 0) { in nm_unmount()616 mutex_exit(&thisvp->v_lock); in nm_unmount()617 vn_invalid(thisvp); in nm_unmount()618 vn_free(thisvp); in nm_unmount()623 thisvp->v_flag &= ~VROOT; in nm_unmount()624 mutex_exit(&thisvp->v_lock); in nm_unmount()