Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c56 struct echo_device { struct
70 struct echo_device *eo_dev; argument
104 static inline struct echo_device *cl2echo_dev(const struct cl_device *dev) in cl2echo_dev()
106 return container_of0(dev, struct echo_device, ed_cl); in cl2echo_dev()
109 static inline struct cl_device *echo_dev2cl(struct echo_device *d) in echo_dev2cl()
114 static inline struct echo_device *obd2echo_dev(const struct obd_device *obd) in obd2echo_dev()
162 static struct echo_object *cl_echo_object_find(struct echo_device *d,
167 static int cl_echo_cancel(struct echo_device *d, __u64 cookie);
433 struct echo_device *ed = cl2echo_dev(lu2cl_dev(obj->lo_dev)); in echo_object_init()
471 static int echo_alloc_memmd(struct echo_device *ed, in echo_alloc_memmd()
[all …]