Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c179 OBD_ALLOC_PTR(type->typ_md_ops); in class_register_type()
183 type->typ_md_ops == NULL || in class_register_type()
190 *(type->typ_md_ops) = *md_ops; in class_register_type()
218 if (type->typ_md_ops != NULL) in class_register_type()
219 OBD_FREE_PTR(type->typ_md_ops); in class_register_type()
241 OBD_FREE_PTR(type->typ_md_ops); in class_unregister_type()
258 if (type->typ_md_ops != NULL) in class_unregister_type()
259 OBD_FREE_PTR(type->typ_md_ops); in class_unregister_type()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h246 struct md_ops *typ_md_ops; member
Dobd_class.h331 #define MDP(dev, op) (dev)->obd_type->typ_md_ops->m_ ## op