[go: nahoru, domu]

Searched defs:obd_import (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/include/
H A Dlustre_import.h36 /** \defgroup obd_import PtlRPC import definitions
158 struct obd_import { struct
313 typedef void (*obd_import_callback)(struct obd_import *imp, void *closure,
328 void class_observe_import(struct obd_import *imp, obd_import_callback cb,
330 void class_unobserve_import(struct obd_import *imp, obd_import_callback cb,
332 void class_notify_import_observers(struct obd_import *imp, int event,
370 int import_at_get_index(struct obd_import *imp, int portal);
376 extern struct obd_import *class_exp2cliimp(struct obd_export *);
377 extern struct obd_import *class_conn2cliimp(struct lustre_handle *);
383 /** @} obd_import */
[all...]

Completed in 12 milliseconds