Searched refs:othervp (Results 1 – 1 of 1) sorted by relevance
618 vnode_t othervp = NULL; in lf_setlock() local625 othervp = waitblock->lf_vnode; in lf_setlock()626 if (!lck_mtx_try_lock(&othervp->v_lock)) { in lf_setlock()642 LOCKF_DEBUG(LF_DBG_DEADLOCK, "lock %p contention for vp %p => restart\n", lock, othervp); in lf_setlock()658 if (othervp) { in lf_setlock()659 lck_mtx_unlock(&othervp->v_lock); in lf_setlock()661 …_DBG_DEADLOCK, "lock %p with waitblock %p and no lf_next; othervp %p\n", lock, waitblock, othervp); in lf_setlock()673 if (othervp) { in lf_setlock()674 lck_mtx_unlock(&othervp->v_lock); in lf_setlock()688 if (othervp) { in lf_setlock()[all …]