Searched refs:othervp (Results 1 – 1 of 1) sorted by relevance
621 vnode_t othervp = NULL; in lf_setlock() local628 othervp = waitblock->lf_vnode; in lf_setlock()629 if (!lck_mtx_try_lock(&othervp->v_lock)) { in lf_setlock()645 LOCKF_DEBUG(LF_DBG_DEADLOCK, "lock %p contention for vp %p => restart\n", lock, othervp); in lf_setlock()661 if (othervp) { in lf_setlock()662 lck_mtx_unlock(&othervp->v_lock); in lf_setlock()664 …_DBG_DEADLOCK, "lock %p with waitblock %p and no lf_next; othervp %p\n", lock, waitblock, othervp); in lf_setlock()676 if (othervp) { in lf_setlock()677 lck_mtx_unlock(&othervp->v_lock); in lf_setlock()691 if (othervp) { in lf_setlock()[all …]