Searched refs:typ_md_ops (Results 1 – 3 of 3) sorted by relevance
179 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()
246 struct md_ops *typ_md_ops; member
331 #define MDP(dev, op) (dev)->obd_type->typ_md_ops->m_ ## op