Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c101 type = list_entry(tmp, struct obd_type, typ_chain); in class_search_type()
210 list_add(&type->typ_chain, &obd_types); in class_register_type()
253 list_del(&type->typ_chain); in class_unregister_type()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h244 struct list_head typ_chain; member