Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c1420 LASSERT(list_empty(&page->cp_flight)); in cl_req_page_add()
1426 list_add_tail(&page->cp_flight, &req->crq_pages); in cl_req_page_add()
1452 LASSERT(!list_empty(&page->cp_flight)); in cl_req_page_done()
1455 list_del_init(&page->cp_flight); in cl_req_page_done()
1505 page = list_entry(req->crq_pages.next, struct cl_page, cp_flight); in cl_req_attr_set()
Dcl_page.c302 INIT_LIST_HEAD(&page->cp_flight); in cl_page_alloc()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_io.c753 struct cl_page, cp_flight); in osc_req_attr_set()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h743 struct list_head cp_flight; member