Lines Matching refs:page_list
41 struct page_list *pages;
72 static struct page_list zero_page_list;
193 static struct page_list *alloc_pl(gfp_t gfp) in alloc_pl()
195 struct page_list *pl; in alloc_pl()
210 static void free_pl(struct page_list *pl) in free_pl()
220 static void kcopyd_put_pages(struct dm_kcopyd_client *kc, struct page_list *pl) in kcopyd_put_pages()
222 struct page_list *next; in kcopyd_put_pages()
240 unsigned int nr, struct page_list **pages) in kcopyd_get_pages()
242 struct page_list *pl; in kcopyd_get_pages()
271 static void drop_pages(struct page_list *pl) in drop_pages()
273 struct page_list *next; in drop_pages()
288 struct page_list *pl = NULL, *next; in client_reserve_pages()
343 struct page_list *pages;