Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c66 struct echo_object { struct
91 struct echo_object *el_object; argument
119 static inline struct cl_object *echo_obj2cl(struct echo_object *eco) in echo_obj2cl()
124 static inline struct echo_object *cl2echo_obj(const struct cl_object *o) in cl2echo_obj()
126 return container_of(o, struct echo_object, eo_cl); in cl2echo_obj()
162 static struct echo_object *cl_echo_object_find(struct echo_device *d,
164 static int cl_echo_object_put(struct echo_object *eco);
165 static int cl_echo_enqueue(struct echo_object *eco, u64 start,
168 static int cl_echo_object_brw(struct echo_object *eco, int rw, u64 offset,
203 .ckd_size = sizeof(struct echo_object)
[all …]