Searched refs:find_get_pages (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ramfs/
H A Dfile-nommu.c266 nr = find_get_pages(inode->i_mapping, pgoff, lpages, pages);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpagemap.h92 unsigned find_get_pages(struct address_space *mapping, pgoff_t start,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dswap.c439 pvec->nr = find_get_pages(mapping, start, nr_pages, pvec->pages);
H A Dfilemap.c690 * find_get_pages - gang pagecache lookup
696 * find_get_pages() will search for and return a group of up to
698 * find_get_pages() takes a reference against the returned pages.
703 * find_get_pages() returns the number of pages which were found.
705 unsigned find_get_pages(struct address_space *mapping, pgoff_t start, function
727 * find_get_pages_contig() works exactly like find_get_pages(), except
761 * Like find_get_pages, except we only return pages which are tagged with

Completed in 57 milliseconds