Searched refs:cl_req_completion (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
D | cl_io.c | 1355 void cl_req_completion(const struct lu_env *env, struct cl_req *req, int rc) in cl_req_completion() function 1371 EXPORT_SYMBOL(cl_req_completion); 1399 cl_req_completion(env, req, result); in cl_req_alloc()
|
/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 3151 void cl_req_completion(const struct lu_env *env, struct cl_req *req, int ioret);
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 1792 cl_req_completion(env, aa->aa_clerq, rc < 0 ? rc : in brw_interpret() 2017 cl_req_completion(env, clerq, rc); in osc_build_rpc()
|