Searched refs:crq_o (Results 1 – 2 of 2) sorted by relevance
1378 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()
2564 struct cl_req_obj *crq_o; member