Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c56 struct echo_device { struct
70 struct echo_device *eo_dev; argument
105 static inline struct echo_device *cl2echo_dev(const struct cl_device *dev) in cl2echo_dev()
107 return container_of0(dev, struct echo_device, ed_cl); in cl2echo_dev()
110 static inline struct cl_device *echo_dev2cl(struct echo_device *d) in echo_dev2cl()
115 static inline struct echo_device *obd2echo_dev(const struct obd_device *obd) in obd2echo_dev()
163 static struct echo_object *cl_echo_object_find(struct echo_device *d,
168 static int cl_echo_cancel(struct echo_device *d, __u64 cookie);
432 struct echo_device *ed = cl2echo_dev(lu2cl_dev(obj->lo_dev)); in echo_object_init()
470 static int echo_alloc_memmd(struct echo_device *ed, in echo_alloc_memmd()
[all …]