Home
last modified time | relevance | path

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

/linux-3.4.99/mm/
Dreadahead.c90 if (add_to_page_cache_lru(page, mapping, in read_cache_pages()
128 if (!add_to_page_cache_lru(page, mapping, in read_pages()
Dfilemap.c483 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function
493 EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
784 err = add_to_page_cache_lru(page, mapping, index, in find_or_create_page()
1040 if (page && add_to_page_cache_lru(page, mapping, index, GFP_NOFS)) { in grab_cache_page_nowait()
1278 error = add_to_page_cache_lru(page, mapping, in do_generic_file_read()
1539 ret = add_to_page_cache_lru(page, mapping, offset, GFP_KERNEL); in page_cache_read()
1809 err = add_to_page_cache_lru(page, mapping, index, gfp); in __read_cache_page()
2349 status = add_to_page_cache_lru(page, mapping, index, in grab_cache_page_write_begin()
/linux-3.4.99/fs/ramfs/
Dfile-nommu.c106 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
/linux-3.4.99/include/linux/
Dpagemap.h457 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/linux-3.4.99/fs/
Dmpage.c382 if (!add_to_page_cache_lru(page, mapping, in mpage_readpages()
Dsplice.c363 error = add_to_page_cache_lru(page, mapping, index, in __generic_file_splice_read()
/linux-3.4.99/fs/btrfs/
Dcompression.c487 if (add_to_page_cache_lru(page, mapping, pg_index, in add_ra_bio_pages()
Dextent_io.c3591 if (!add_to_page_cache_lru(page, mapping, in extent_readpages()
/linux-3.4.99/fs/ceph/
Daddr.c339 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
/linux-3.4.99/fs/ntfs/
Dfile.c424 err = add_to_page_cache_lru(*cached_page, mapping, index, in __ntfs_grab_cache_pages()
/linux-3.4.99/fs/logfs/
Dreadwrite.c324 err = add_to_page_cache_lru(page, mapping, index, GFP_NOFS); in logfs_get_write_page()