Home
last modified time | relevance | path

Searched refs:typ_chain (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dgenops.c98 type = list_entry(tmp, struct obd_type, typ_chain); in class_search_type()
213 list_add(&type->typ_chain, &obd_types); in class_register_type()
257 list_del(&type->typ_chain); in class_unregister_type()
/drivers/staging/lustre/lustre/include/
Dobd.h170 struct list_head typ_chain; member