Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dpagemap.h261 extern struct page * read_cache_page_gfp(struct address_space *mapping,
/linux-3.4.99/mm/
Dfilemap.c1910 struct page *read_cache_page_gfp(struct address_space *mapping, in read_cache_page_gfp() function
1918 EXPORT_SYMBOL(read_cache_page_gfp);
Dshmem.c2679 return read_cache_page_gfp(mapping, index, gfp); in shmem_read_mapping_page_gfp()