Home
last modified time | relevance | path

Searched refs:cll_conflict (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c1219 LASSERT(lock->cll_conflict != NULL); in cl_lock_enqueue_wait()
1221 conflict = lock->cll_conflict; in cl_lock_enqueue_wait()
1222 lock->cll_conflict = NULL; in cl_lock_enqueue_wait()
1262 if (lock->cll_conflict != NULL) in cl_enqueue_locked()
/drivers/staging/lustre/lustre/osc/
Dosc_lock.c1077 LASSERT(lock->cll_conflict == NULL); in osc_lock_enqueue_wait()
1080 lock->cll_conflict = conflict; in osc_lock_enqueue_wait()
/drivers/staging/lustre/lustre/include/
Dcl_object.h1617 struct cl_lock *cll_conflict; member
/drivers/staging/lustre/lustre/lov/
Dlov_lock.c623 LASSERT(sublock->cll_conflict == NULL); in lov_lock_enqueue()