Searched refs:cll_conflict (Results 1 – 4 of 4) sorted by relevance
1218 LASSERT(lock->cll_conflict != NULL); in cl_lock_enqueue_wait()1220 conflict = lock->cll_conflict; in cl_lock_enqueue_wait()1221 lock->cll_conflict = NULL; in cl_lock_enqueue_wait()1261 if (lock->cll_conflict != NULL) in cl_enqueue_locked()
1077 LASSERT(lock->cll_conflict == NULL); in osc_lock_enqueue_wait()1080 lock->cll_conflict = conflict; in osc_lock_enqueue_wait()
623 LASSERT(sublock->cll_conflict == NULL); in lov_lock_enqueue()
1616 struct cl_lock *cll_conflict; member