Searched refs:cached_page (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dfilemap.c664 struct page *page, *cached_page = NULL; local
669 if (!cached_page) {
670 cached_page =
672 if (!cached_page)
675 err = add_to_page_cache_lru(cached_page, mapping,
678 page = cached_page;
679 cached_page = NULL;
683 if (cached_page)
684 page_cache_release(cached_page);
873 struct page *cached_page; local
1736 struct page *page, *cached_page = NULL; local
1846 __grab_cache_page(struct address_space *mapping, unsigned long index, struct page **cached_page, struct pagevec *lru_pvec) argument
2087 struct page *cached_page = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dfile.c76 * @cached_page: store any allocated but unused page here
101 * @cached_page and @lru_pvec are just optimizations for dealing with multiple
114 struct page **cached_page, struct pagevec *lru_pvec)
400 * @cached_page: allocated but as yet unused page
417 struct page **cached_page, struct pagevec *lru_pvec)
426 if (!*cached_page) {
427 *cached_page = page_cache_alloc(mapping);
428 if (unlikely(!*cached_page)) {
433 err = add_to_page_cache(*cached_page, mapping, index,
440 pages[nr] = *cached_page;
113 ntfs_attr_extend_initialized(ntfs_inode *ni, const s64 new_init_size, struct page **cached_page, struct pagevec *lru_pvec) argument
415 __ntfs_grab_cache_pages(struct address_space *mapping, pgoff_t index, const unsigned nr_pages, struct page **pages, struct page **cached_page, struct pagevec *lru_pvec) argument
1796 struct page *cached_page = NULL; local
[all...]

Completed in 70 milliseconds