Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c1378 LINVRNT(equi(req->crq_nrobjs > 0, req->crq_o != NULL)); in cl_req_free()
1380 if (req->crq_o != NULL) { in cl_req_free()
1382 struct cl_object *obj = req->crq_o[i].ro_obj; in cl_req_free()
1385 &req->crq_o[i].ro_obj_ref, in cl_req_free()
1390 OBD_FREE(req->crq_o, req->crq_nrobjs * sizeof(req->crq_o[0])); in cl_req_free()
1459 OBD_ALLOC(req->crq_o, nr_objects * sizeof(req->crq_o[0])); in cl_req_alloc()
1460 if (req->crq_o != NULL) { in cl_req_alloc()
1497 for (i = 0, rqo = req->crq_o; obj != rqo->ro_obj; ++i, ++rqo) { in cl_req_page_add()
1543 LASSERT(req->crq_o[i].ro_obj != NULL); in cl_req_prep()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h2564 struct cl_req_obj *crq_o; member