Lines Matching refs:lkb1
2238 * - if !modes_compat(lkb1, lkb2) && !modes_compat(lkb2, lkb1), or
2239 * - if lkb1 was the first entry in the queue (not just earlier), and was
2241 * granted queue preventing lkb1 from being granted immediately, i.e.
2242 * lkb2 was the only thing preventing lkb1 from being granted.
2251 * lkb1 exists anywhere in the convert queue and lkb2 comes in with a granted
2252 * mode that would prevent lkb1's conversion from being granted, we do a
2261 struct dlm_lkb *lkb1;
2264 list_for_each_entry(lkb1, &r->res_convertqueue, lkb_statequeue) {
2265 if (lkb1 == lkb2) {
2271 if (!modes_compat(lkb2, lkb1))
2274 if (!modes_compat(lkb2, lkb1) &&
2275 !modes_compat(lkb1, lkb2))