Home
last modified time | relevance | path

Searched defs:obd_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h1102 struct obd_ops { struct
1103 struct module *o_owner;
1104 int (*o_iocontrol)(unsigned int cmd, struct obd_export *exp, int len,
1106 int (*o_get_info)(const struct lu_env *env, struct obd_export *,
1109 int (*o_set_info_async)(const struct lu_env *, struct obd_export *,
1113 int (*o_attach)(struct obd_device *dev, u32 len, void *data);
1114 int (*o_detach)(struct obd_device *dev);
1115 int (*o_setup)(struct obd_device *dev, struct lustre_cfg *cfg);
1116 int (*o_precleanup)(struct obd_device *dev,
1118 int (*o_cleanup)(struct obd_device *dev);
[all …]