Searched refs:crq_nrobjs (Results 1 – 2 of 2) sorted by relevance
1378 LINVRNT(equi(req->crq_nrobjs > 0, req->crq_o != NULL)); in cl_req_free()1381 for (i = 0; i < req->crq_nrobjs; ++i) { in cl_req_free()1390 OBD_FREE(req->crq_o, req->crq_nrobjs * sizeof(req->crq_o[0])); in cl_req_free()1461 req->crq_nrobjs = nr_objects; in cl_req_alloc()1506 LASSERT(i < req->crq_nrobjs); in cl_req_page_add()1542 for (i = 0; i < req->crq_nrobjs; ++i) in cl_req_prep()1574 for (i = 0; i < req->crq_nrobjs; ++i) { in cl_req_attr_set()
2566 unsigned crq_nrobjs; member