Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c1309 LINVRNT(equi(req->crq_nrobjs > 0, req->crq_o != NULL)); in cl_req_free()
1311 if (req->crq_o != NULL) { in cl_req_free()
1313 struct cl_object *obj = req->crq_o[i].ro_obj; in cl_req_free()
1317 &req->crq_o[i].ro_obj_ref, in cl_req_free()
1322 kfree(req->crq_o); in cl_req_free()
1391 req->crq_o = kcalloc(nr_objects, sizeof(req->crq_o[0]), in cl_req_alloc()
1393 if (req->crq_o != NULL) { in cl_req_alloc()
1430 for (i = 0, rqo = req->crq_o; obj != rqo->ro_obj; ++i, ++rqo) { in cl_req_page_add()
1476 LASSERT(req->crq_o[i].ro_obj != NULL); in cl_req_prep()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h2559 struct cl_req_obj *crq_o; member