Home
last modified time | relevance | path

Searched refs:cll_depth (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c84 lock->cll_depth >= 0; in cl_lock_invariant_trusted()
135 lock->cll_guarder, lock->cll_depth, in cl_lock_trace0()
635 lock->cll_depth++; in cl_lock_mutex_tail()
657 LINVRNT(lock->cll_depth > 0); in cl_lock_mutex_get()
673 LINVRNT(lock->cll_depth == 0); in cl_lock_mutex_get()
698 LINVRNT(lock->cll_depth > 0); in cl_lock_mutex_try()
701 LINVRNT(lock->cll_depth == 0); in cl_lock_mutex_try()
724 LINVRNT(lock->cll_depth > 0); in cl_lock_mutex_put()
732 if (--lock->cll_depth == 0) { in cl_lock_mutex_put()
931 LASSERT(lock->cll_depth == 1); in cl_lock_state_wait()
/drivers/staging/lustre/lustre/include/
Dcl_object.h1581 int cll_depth; member
/drivers/staging/lustre/lustre/lov/
Dlov_lock.c508 LASSERT(parent->cll_depth == 1); in lov_sublock_fill()