Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c109 return cl_object_header(lock->cll_descr.cld_obj)->coh_nesting; in cl_lock_nesting()
138 env, h->coh_nesting, cl_lock_nr_mutexed(env), in cl_lock_trace0()
669 for (i = 0; i < hdr->coh_nesting; ++i) in cl_lock_mutex_get()
671 mutex_lock_nested(&lock->cll_guard, hdr->coh_nesting); in cl_lock_mutex_get()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_object.c160 subhdr->coh_nesting = hdr->coh_nesting + 1; in lov_init_sub()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h439 unsigned char coh_nesting; member