Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c138 type->typ_refcnt++; in class_get_type()
150 type->typ_refcnt--; in class_put_type()
236 if (type->typ_refcnt) { in class_unregister_type()
237 CERROR("type %s has refcount (%d)\n", name, type->typ_refcnt); in class_unregister_type()
Dlu_object.c1287 type->typ_refcnt--; in lu_stack_fini()
Dlprocfs_status.c948 seq_printf(m, "%d\n", class->typ_refcnt); in lprocfs_rd_numrefs()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h249 int typ_refcnt; member
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c713 if (obd->obd_type->typ_refcnt <= 1) in mgc_cleanup()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2511 if (obd->obd_type->typ_refcnt <= 1) in mdc_precleanup()