Home
last modified time | relevance | path

Searched refs:typ_dt_ops (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c139 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()
Dlprocfs_status.c1394 num_stats = ((int)sizeof(*obd->obd_type->typ_dt_ops) / sizeof(void *)) + in lprocfs_alloc_obd_stats()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h245 struct obd_ops *typ_dt_ops; member
Dobd_class.h330 #define OBP(dev, op) (dev)->obd_type->typ_dt_ops->o_ ## op