Lines Matching defs:cvp
312 struct vnode *cvp;
325 cvp = STOV(VTOCS(vp));
326 VN_HOLD(cvp);
345 struct vnode *cvp;
354 * VN_RELE(cvp) call so that we can detect more dev_lclose calls than
356 * vn_rele called VOP_INACTIVE(cvp, CRED(), ...) we would panic on the
362 cvp = STOV(VTOCS(vp));
363 mutex_enter(&cvp->v_lock);
364 switch (cvp->v_count) {
366 cvp->v_count--;
386 mutex_exit(&cvp->v_lock);