Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c433 lu_ref_init(&obd->obd_reference); in class_attach()
434 lu_ref_add(&obd->obd_reference, "attach", obd); in class_attach()
713 lu_ref_add_atomic(&obd->obd_reference, scope, source); in class_incref()
731 lu_ref_del(&obd->obd_reference, scope, source); in class_decref()
Dgenops.c90 lu_ref_fini(&obd->obd_reference); in obd_device_free()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h936 struct lu_ref obd_reference; member