Home
last modified time | relevance | path

Searched refs:typ_refcnt (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dgenops.c134 type->typ_refcnt++; in class_get_type()
145 type->typ_refcnt--; in class_put_type()
238 if (type->typ_refcnt) { in class_unregister_type()
239 CERROR("type %s has refcount (%d)\n", name, type->typ_refcnt); in class_unregister_type()
Dlu_object.c1258 type->typ_refcnt--; in lu_stack_fini()
/drivers/staging/lustre/lustre/include/
Dobd.h175 int typ_refcnt; member
/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c701 if (obd->obd_type->typ_refcnt <= 1) in mgc_cleanup()
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2384 if (obd->obd_type->typ_refcnt <= 1) in mdc_precleanup()