Searched refs:typ_dt_ops (Results 1 – 4 of 4) sorted by relevance
139 try_module_get(type->typ_dt_ops->o_owner); in class_get_type()151 module_put(type->typ_dt_ops->o_owner); in class_put_type()178 OBD_ALLOC_PTR(type->typ_dt_ops); in class_register_type()182 if (type->typ_dt_ops == NULL || in class_register_type()187 *(type->typ_dt_ops) = *dt_ops; in class_register_type()220 if (type->typ_dt_ops != NULL) in class_register_type()221 OBD_FREE_PTR(type->typ_dt_ops); in class_register_type()240 OBD_FREE_PTR(type->typ_dt_ops); in class_unregister_type()256 if (type->typ_dt_ops != NULL) in class_unregister_type()257 OBD_FREE_PTR(type->typ_dt_ops); in class_unregister_type()
1394 num_stats = ((int)sizeof(*obd->obd_type->typ_dt_ops) / sizeof(void *)) + in lprocfs_alloc_obd_stats()
245 struct obd_ops *typ_dt_ops; member
330 #define OBP(dev, op) (dev)->obd_type->typ_dt_ops->o_ ## op