Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c1382 struct cl_object *obj = req->crq_o[i].ro_obj; in cl_req_free()
1497 for (i = 0, rqo = req->crq_o; obj != rqo->ro_obj; ++i, ++rqo) { in cl_req_page_add()
1498 if (rqo->ro_obj == NULL) { in cl_req_page_add()
1499 rqo->ro_obj = obj; 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.h2526 struct cl_object *ro_obj; member