Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c86 spin_lock_init(&h->coh_attr_guard); in cl_object_header_init()
89 lockdep_set_class(&h->coh_attr_guard, &cl_attr_guard_class); in cl_object_header_init()
175 return &cl_object_header(cl_object_top(o))->coh_attr_guard; in cl_object_attr_guard()
/drivers/staging/lustre/lustre/lov/
Dlov_object.c155 spin_lock(&subhdr->coh_attr_guard); in lov_init_sub()
159 spin_unlock(&subhdr->coh_attr_guard); in lov_init_sub()
171 spin_unlock(&subhdr->coh_attr_guard); in lov_init_sub()
/drivers/staging/lustre/lustre/include/
Dcl_object.h430 spinlock_t coh_attr_guard; member