Searched refs:pl_pages (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_io.c | 888 LASSERT(ergo(result != 0, list_empty(&queue->c2_qout.pl_pages))); in cl_io_submit_rw() 928 LASSERT(list_empty(&queue->c2_qout.pl_pages)); in cl_io_submit_sync() 1050 INIT_LIST_HEAD(&plist->pl_pages); in cl_page_list_init() 1069 list_add_tail(&page->cp_batch, &plist->pl_pages); in cl_page_list_add() 1105 list_move_tail(&page->cp_batch, &dst->pl_pages); in cl_page_list_move()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 1871 struct list_head pl_pages; member 3127 return list_entry(plist->pl_pages.prev, struct cl_page, cp_batch); in cl_page_list_last() 3134 list_for_each_entry((page), &(list)->pl_pages, cp_batch) 3140 list_for_each_entry_safe((page), (temp), &(list)->pl_pages, cp_batch)
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_io.c | 633 if (list_empty(&sub_qin->pl_pages)) in lov_io_submit() 653 if (list_empty(&sub_qin->pl_pages)) in lov_io_submit()
|