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