Searched refs:ro_obj (Results 1 – 2 of 2) sorted by relevance
1313 struct cl_object *obj = req->crq_o[i].ro_obj; in cl_req_free()1430 for (i = 0, rqo = req->crq_o; obj != rqo->ro_obj; ++i, ++rqo) { in cl_req_page_add()1431 if (rqo->ro_obj == NULL) { in cl_req_page_add()1432 rqo->ro_obj = obj; in cl_req_page_add()1476 LASSERT(req->crq_o[i].ro_obj != NULL); in cl_req_prep()
2521 struct cl_object *ro_obj; member