Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c270 mutex_destroy(&lock->cll_guard); in cl_lock_free()
375 mutex_init(&lock->cll_guard); in cl_lock_alloc()
376 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()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h1578 struct mutex cll_guard; member