Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_lock.c265 LASSERTF(result <= 0 || result == CLO_REPEAT || result == CLO_WAIT, in lov_subresult()
267 LASSERTF(rc <= 0 || rc == CLO_REPEAT || rc == CLO_WAIT, in lov_subresult()
269 CLASSERT(CLO_WAIT < CLO_REPEAT); in lov_subresult()
485 result = CLO_WAIT; in lov_lock_enqueue_one()
492 if ((result == CLO_WAIT) && (sublock->cll_state <= CLS_HELD) && in lov_lock_enqueue_one()
591 if (rc == CLO_WAIT) { in lov_lock_enqueue()
632 return result ?: minstate >= CLS_ENQUEUED ? 0 : CLO_WAIT; in lov_lock_enqueue()
784 return result ?: minstate >= CLS_HELD ? 0 : CLO_WAIT; in lov_lock_wait()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c1180 result = CLO_WAIT; in cl_enqueue_try()
1261 if (result == CLO_WAIT) { in cl_enqueue_locked()
1320 LASSERT(result != CLO_WAIT); in cl_unuse_try()
1410 result = CLO_WAIT; in cl_wait_try()
1458 if (result == CLO_WAIT) { in cl_wait()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_lock.c1081 rc = CLO_WAIT; in osc_lock_enqueue_wait()
1202 return lock->cll_error ?: olck->ols_state >= OLS_GRANTED ? 0 : CLO_WAIT; in osc_lock_wait()
1240 rc = CLO_WAIT; in osc_lock_use()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h1658 CLO_WAIT = 1, enumerator