Searched refs:lkb1 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/dlm/
H A Dlock.c2238 * - 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; conversion_deadlock_detect() local
2264 list_for_each_entry(lkb1, &r->res_convertqueue, lkb_statequeue) { conversion_deadlock_detect()
2265 if (lkb1 == lkb2) { conversion_deadlock_detect()
2271 if (!modes_compat(lkb2, lkb1)) conversion_deadlock_detect()
2274 if (!modes_compat(lkb2, lkb1) && conversion_deadlock_detect()
2275 !modes_compat(lkb1, lkb2)) conversion_deadlock_detect()

Completed in 80 milliseconds