Home
last modified time | relevance | path

Searched refs:cll_guard (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c272 mutex_destroy(&lock->cll_guard); in cl_lock_free()
377 mutex_init(&lock->cll_guard); in cl_lock_alloc()
378 lockdep_set_class(&lock->cll_guard, &cl_lock_guard_class); in cl_lock_alloc()
671 mutex_lock_nested(&lock->cll_guard, hdr->coh_nesting); in cl_lock_mutex_get()
700 } else if (mutex_trylock(&lock->cll_guard)) { in cl_lock_mutex_try()
734 mutex_unlock(&lock->cll_guard); in cl_lock_mutex_put()
/drivers/staging/lustre/lustre/include/
Dcl_object.h1579 struct mutex cll_guard; member