Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dgenops.c135 try_module_get(type->typ_dt_ops->o_owner); in class_get_type()
146 module_put(type->typ_dt_ops->o_owner); in class_put_type()
173 type->typ_dt_ops = kzalloc(sizeof(*type->typ_dt_ops), GFP_NOFS); in class_register_type()
177 if (!type->typ_dt_ops || in class_register_type()
182 *(type->typ_dt_ops) = *dt_ops; in class_register_type()
223 kfree(type->typ_dt_ops); in class_register_type()
242 kfree(type->typ_dt_ops); in class_unregister_type()
260 kfree(type->typ_dt_ops); in class_unregister_type()
/drivers/staging/lustre/lustre/include/
Dobd.h171 struct obd_ops *typ_dt_ops; member
Dobd_class.h273 #define OBP(dev, op) (dev)->obd_type->typ_dt_ops->o_ ## op