Lines Matching refs:page_list
61 struct page_list *pages;
96 static struct page_list zero_page_list;
218 static struct page_list *alloc_pl(gfp_t gfp) in alloc_pl()
220 struct page_list *pl; in alloc_pl()
235 static void free_pl(struct page_list *pl) in free_pl()
245 static void kcopyd_put_pages(struct dm_kcopyd_client *kc, struct page_list *pl) in kcopyd_put_pages()
247 struct page_list *next; in kcopyd_put_pages()
265 unsigned int nr, struct page_list **pages) in kcopyd_get_pages()
267 struct page_list *pl; in kcopyd_get_pages()
296 static void drop_pages(struct page_list *pl) in drop_pages()
298 struct page_list *next; in drop_pages()
313 struct page_list *pl = NULL, *next; in client_reserve_pages()
370 struct page_list *pages;