Lines Matching defs:convert
193 printk(KERN_ERR "rsb convert queue:\n");
1310 /* add/remove lkb to rsb's grant/convert/wait queue */
1528 /* Cancel state was preemptively cleared by a successful convert,
1538 /* Remove for the convert reply, and premptively remove for the
1539 cancel reply. A convert has been granted while there's still
1542 because the app gets the convert result and then can follow up
1543 with another op, like convert. This subsequent op would see the
2049 /* Manipulate lkb's on rsb's convert/granted/waiting queues
2051 revert_lock -- used for cancel, moves lkb from convert to granted
2052 grant_lock -- used for request and convert, adds lkb to granted or
2053 moves lkb from convert or waiting to granted
2224 * convert queue from being granted, then deadlk/demote lkb.
2245 * resolving it (by demotion) would lead to the first lock on the convert
2247 * between locks on the convert queue while they couldn't be granted anyway.
2251 * lkb1 exists anywhere in the convert queue and lkb2 comes in with a granted
2253 * deadlk/demote on lkb2 right away and don't let it onto the convert queue.
2256 * both already on the convert queue.
2375 * doesn't _have_ to go onto the convert queue where it's processed in
2378 * convert is moved to the conversion queue the condition below applies
2386 * Even if the convert is compat with all granted locks,
2387 * QUECVT forces it behind other locks on the convert queue.
2596 on either the convert or waiting queue.
2597 high is the largest rqmode of all locks blocked on the convert or
2633 * If there are locks left on the wait/convert queue then send blocking
3129 the ast for the convert. */
3152 /* else fall through and move to convert queue */
3293 /* remove an existing lkb from the convert or wait queue */
3427 int error, convert = flags & DLM_LKF_CONVERT;
3435 if (convert)
3448 if (convert)
3456 if (convert || error)
4618 /* convert would block (be queued) on remote master */
4629 /* convert was queued on remote master */
4639 /* convert was granted on remote master */
5514 * we are interested in are those with lkb's on either the convert or
5518 * convert or waiting queues, and attempt to grant on those rsbs.