Searched refs:cp_flight (Results 1 – 4 of 4) sorted by relevance
1420 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()
302 INIT_LIST_HEAD(&page->cp_flight); in cl_page_alloc()
753 struct cl_page, cp_flight); in osc_req_attr_set()
743 struct list_head cp_flight; member