Lines Matching refs:lkb2
2012 * - if !modes_compat(lkb1, lkb2) && !modes_compat(lkb2, lkb1), or
2014 * blocked by the granted mode of lkb2, and there was nothing on the
2016 * lkb2 was the only thing preventing lkb1 from being granted.
2025 * lkb1 exists anywhere in the convert queue and lkb2 comes in with a granted
2027 * deadlk/demote on lkb2 right away and don't let it onto the convert queue.
2033 static int conversion_deadlock_detect(struct dlm_rsb *r, struct dlm_lkb *lkb2)
2039 if (lkb1 == lkb2) {
2045 if (!modes_compat(lkb2, lkb1))
2048 if (!modes_compat(lkb2, lkb1) &&
2049 !modes_compat(lkb1, lkb2))