Lines Matching refs:blocking
94 int blocking);
97 int blocking);
107 int blocking);
989 * blocking. this also catches the case where we get
1123 mlog(ML_BASTS, "BAST fired for lockres %s, blocking %d, level %d, "
1964 * the blocking list).
2094 * Fake a blocking ast for the downconvert code.
2550 * The method is to get a blocking lock and immediately unlock
3493 * queued if blocking, but we still may have to wait on it
3628 mlog(ML_BASTS, "lockres %s, level %d => %d, blocking %d\n",
3732 int blocking;
3743 * Is it still blocking? If not, we have no more work to do.
3819 /* if we're blocking an exclusive and we have *any* holders,
3829 /* If it's a PR we're blocking, then only
3866 * may sleep, so we save off a copy of what we're blocking as
3868 blocking = lockres->l_blocking;
3872 ctl->unblock_action = lockres->l_ops->downconvert_worker(lockres, blocking);
3881 if ((blocking != lockres->l_blocking) || (level != lockres->l_level)) {
3885 "Recheck\n", lockres->l_name, blocking,
3925 int blocking)
3958 if (blocking == DLM_LOCK_EX) {
3964 * blocking anything < EXMODE because we want to keep
4039 int blocking)
4048 * This node is blocking another node from getting a read
4055 if (blocking == DLM_LOCK_PR)
4141 int blocking)