Lines Matching refs:granted
67 * flags & LKM_CANCEL == 0: must be granted
172 /* if the master told us the lock was already granted,
215 list_add_tail(&lock->list, &res->granted);
278 list_move_tail(&lock->list, &res->granted);
441 queue=&res->granted;
476 /* scan granted -> converting -> blocked queues */
542 /* cancel the request, put back on granted */
548 } else if (dlm_lock_on_list(&res->granted, lock)) {
549 /* too late, already granted. */
569 if (!dlm_lock_on_list(&res->granted, lock)) {
574 /* unlock granted lock */