Searched refs:echo_object (Results 1 – 1 of 1) sorted by relevance
66 struct echo_object { struct91 struct echo_object *el_object; argument120 static inline struct cl_object *echo_obj2cl(struct echo_object *eco) in echo_obj2cl()125 static inline struct echo_object *cl2echo_obj(const struct cl_object *o) in cl2echo_obj()127 return container_of(o, struct echo_object, eo_cl); in cl2echo_obj()163 static struct echo_object *cl_echo_object_find(struct echo_device *d,165 static int cl_echo_object_put(struct echo_object *eco);166 static int cl_echo_enqueue(struct echo_object *eco, u64 start,169 static int cl_echo_object_brw(struct echo_object *eco, int rw, u64 offset,204 .ckd_size = sizeof(struct echo_object)[all …]