Lines Matching refs:granted
65 * flags & LKM_CANCEL == 0: must be granted
170 /* if the master told us the lock was already granted,
213 list_add_tail(&lock->list, &res->granted);
276 list_move_tail(&lock->list, &res->granted);
439 queue=&res->granted;
473 /* scan granted -> converting -> blocked queues */
539 /* cancel the request, put back on granted */
545 } else if (dlm_lock_on_list(&res->granted, lock)) {
546 /* too late, already granted. */
566 if (!dlm_lock_on_list(&res->granted, lock)) {
571 /* unlock granted lock */