Lines Matching defs:conv
2237 * Originally, this function detected conv-deadlk in a more limited scope:
2244 * That second condition meant we'd only say there was conv-deadlk if
2255 * be zero, i.e. there will never be conv-deadlk between two locks that are
2301 int8_t conv = (lkb->lkb_grmode != DLM_LOCK_IV);
2318 * !conv && lkb->rqmode == DLM_LOCK_NL && (flags & EXPEDITE)) can
2356 if (conv && recover)
2382 if (now && conv && !(lkb->lkb_exflags & DLM_LKF_QUECVT))
2390 if (now && conv && (lkb->lkb_exflags & DLM_LKF_QUECVT)) {
2411 if (!now && conv && first_in_list(lkb, &r->res_convertqueue))
2425 if (now && !conv && list_empty(&r->res_convertqueue) &&
2437 if (!now && !conv && list_empty(&r->res_convertqueue) &&