Searched refs:othervp (Results 1 – 1 of 1) sorted by relevance
609 vnode_t othervp = NULL; in lf_setlock() local616 othervp = waitblock->lf_vnode; in lf_setlock()617 if (!lck_mtx_try_lock(&othervp->v_lock)) { in lf_setlock()633 LOCKF_DEBUG(LF_DBG_DEADLOCK, "lock %p contention for vp %p => restart\n", lock, othervp); in lf_setlock()649 if (othervp) { in lf_setlock()650 lck_mtx_unlock(&othervp->v_lock); in lf_setlock()652 …_DBG_DEADLOCK, "lock %p with waitblock %p and no lf_next; othervp %p\n", lock, waitblock, othervp); in lf_setlock()664 if (othervp) { in lf_setlock()665 lck_mtx_unlock(&othervp->v_lock); in lf_setlock()679 if (othervp) { in lf_setlock()[all …]