Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c79 return ergo(lock->cll_state == CLS_FREEING, lock->cll_holds == 0) && in cl_lock_invariant_trusted()
80 atomic_read(&lock->cll_ref) >= lock->cll_holds && in cl_lock_invariant_trusted()
81 lock->cll_holds >= lock->cll_users && in cl_lock_invariant_trusted()
82 lock->cll_holds >= 0 && in cl_lock_invariant_trusted()
136 lock->cll_state, lock->cll_error, lock->cll_holds, in cl_lock_trace0()
843 lock->cll_holds += delta; in cl_lock_hold_mod()
876 LASSERT(lock->cll_holds > 0); in cl_lock_hold_release()
881 if (lock->cll_holds == 0) { in cl_lock_hold_release()
1256 LASSERT(lock->cll_holds > 0); in cl_enqueue_locked()
1403 LASSERT(lock->cll_holds > 0); in cl_wait_try()
[all …]
/drivers/staging/lustre/lustre/include/
Dcl_object.h1594 int cll_holds; member
/drivers/staging/lustre/lustre/lov/
Dlov_lock.c387 sublock->cll_holds == 1; in lov_sublock_release()