Lines Matching refs:lkb1
2012 * - if !modes_compat(lkb1, lkb2) && !modes_compat(lkb2, lkb1), or
2013 * - if lkb1 was the first entry in the queue (not just earlier), and was
2015 * granted queue preventing lkb1 from being granted immediately, i.e.
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
2026 * mode that would prevent lkb1's conversion from being granted, we do a
2035 struct dlm_lkb *lkb1;
2038 list_for_each_entry(lkb1, &r->res_convertqueue, lkb_statequeue) {
2039 if (lkb1 == lkb2) {
2045 if (!modes_compat(lkb2, lkb1))
2048 if (!modes_compat(lkb2, lkb1) &&
2049 !modes_compat(lkb1, lkb2))