Searched defs:obd_ops (Results 1 – 1 of 1) sorted by relevance
/drivers/staging/lustre/lustre/include/ |
D | obd.h | 965 struct obd_ops { struct 966 struct module *o_owner; 967 int (*o_iocontrol)(unsigned int cmd, struct obd_export *exp, int len, 969 int (*o_get_info)(const struct lu_env *env, struct obd_export *, 972 int (*o_set_info_async)(const struct lu_env *, struct obd_export *, 976 int (*o_attach)(struct obd_device *dev, u32 len, void *data); 977 int (*o_detach)(struct obd_device *dev); 978 int (*o_setup)(struct obd_device *dev, struct lustre_cfg *cfg); 979 int (*o_precleanup)(struct obd_device *dev, 981 int (*o_cleanup)(struct obd_device *dev); [all …]
|