Home
last modified time | relevance | path

Searched refs:cp_flight (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c1487 LASSERT(list_empty(&page->cp_flight)); in cl_req_page_add()
1493 list_add_tail(&page->cp_flight, &req->crq_pages); in cl_req_page_add()
1519 LASSERT(!list_empty(&page->cp_flight)); in cl_req_page_done()
1522 list_del_init(&page->cp_flight); in cl_req_page_done()
1572 page = list_entry(req->crq_pages.next, struct cl_page, cp_flight); in cl_req_attr_set()
Dcl_page.c310 INIT_LIST_HEAD(&page->cp_flight); in cl_page_alloc()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_io.c756 struct cl_page, cp_flight); in osc_req_attr_set()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dcl_object.h743 struct list_head cp_flight; member