Home
last modified time | relevance | path

Searched refs:pl_pages (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_io.c889 LASSERT(ergo(result != 0, list_empty(&queue->c2_qout.pl_pages))); in cl_io_submit_rw()
929 LASSERT(list_empty(&queue->c2_qout.pl_pages)); in cl_io_submit_sync()
1049 INIT_LIST_HEAD(&plist->pl_pages); in cl_page_list_init()
1068 list_add_tail(&page->cp_batch, &plist->pl_pages); in cl_page_list_add()
1103 list_move_tail(&page->cp_batch, &dst->pl_pages); in cl_page_list_move()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dcl_object.h1872 struct list_head pl_pages; member
3105 return list_entry(plist->pl_pages.prev, struct cl_page, cp_batch); in cl_page_list_last()
3112 list_for_each_entry((page), &(list)->pl_pages, cp_batch)
3118 list_for_each_entry_safe((page), (temp), &(list)->pl_pages, cp_batch)
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_io.c635 if (list_empty(&sub_qin->pl_pages)) in lov_io_submit()
655 if (list_empty(&sub_qin->pl_pages)) in lov_io_submit()