Home
last modified time | relevance | path

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

/fs/cifs/
Dfile.c1816 struct list_head *page_list, unsigned num_pages) in cifs_readpages() argument
1848 if (list_empty(page_list)) in cifs_readpages()
1851 page = list_entry(page_list->prev, struct page, lru); in cifs_readpages()
1857 list_entry(page_list->prev, struct page, lru)->index; in cifs_readpages()
1858 list_for_each_entry_reverse(tmp_page, page_list, lru) { in cifs_readpages()
1908 cifs_copy_cache_pages(mapping, page_list, bytes_read, in cifs_readpages()