ASoC: SOF: core: harden shutdown helper
[sfrench/cifs-2.6.git] / mm / internal.h
index 25d2b2439f19f27d788944c2f18bd563e94b601a..9902648f2206f0cd977986509f5cd8a7ba1771bc 100644 (file)
@@ -60,8 +60,8 @@ static inline void force_page_cache_readahead(struct address_space *mapping,
        force_page_cache_ra(&ractl, &file->f_ra, nr_to_read);
 }
 
-struct page *find_get_entry(struct address_space *mapping, pgoff_t index);
-struct page *find_lock_entry(struct address_space *mapping, pgoff_t index);
+unsigned find_lock_entries(struct address_space *mapping, pgoff_t start,
+               pgoff_t end, struct pagevec *pvec, pgoff_t *indices);
 
 /**
  * page_evictable - test whether a page is evictable