Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cachefiles/
Drdwr.c265 ret = add_to_page_cache_lru(newpage, bmapping, in cachefiles_read_backing_file_one()
502 ret = add_to_page_cache_lru(newpage, bmapping, in cachefiles_read_backing_file()
529 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file()
602 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file()
/linux-4.4.14/mm/
Dreadahead.c92 if (add_to_page_cache_lru(page, mapping, page->index, in read_cache_pages()
130 if (!add_to_page_cache_lru(page, mapping, page->index, in read_pages()
Dfilemap.c679 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function
705 EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
1185 err = add_to_page_cache_lru(page, mapping, offset, in pagecache_get_page()
1724 error = add_to_page_cache_lru(page, mapping, index, in do_generic_file_read()
1826 ret = add_to_page_cache_lru(page, mapping, offset, in page_cache_read()
2219 err = add_to_page_cache_lru(page, mapping, index, gfp); in __read_cache_page()
/linux-4.4.14/fs/ramfs/
Dfile-nommu.c111 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
/linux-4.4.14/fs/ext4/
Dreadpage.c168 if (add_to_page_cache_lru(page, mapping, page->index, in ext4_mpage_readpages()
/linux-4.4.14/include/linux/
Dpagemap.h658 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/linux-4.4.14/fs/
Dmpage.c373 if (!add_to_page_cache_lru(page, mapping, in mpage_readpages()
Dsplice.c365 error = add_to_page_cache_lru(page, mapping, index, in __generic_file_splice_read()
/linux-4.4.14/fs/btrfs/
Dcompression.c490 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
Dextent_io.c4286 if (add_to_page_cache_lru(page, mapping, in extent_readpages()
/linux-4.4.14/fs/f2fs/
Ddata.c901 if (add_to_page_cache_lru(page, mapping, in f2fs_mpage_readpages()
/linux-4.4.14/fs/ceph/
Daddr.c364 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
/linux-4.4.14/fs/ntfs/
Dfile.c527 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Ddir.c226 ret = add_to_page_cache_lru(page, inode->i_mapping, offset, in ll_dir_filler()
/linux-4.4.14/fs/nfs/
Ddir.c1923 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
/linux-4.4.14/fs/logfs/
Dreadwrite.c324 err = add_to_page_cache_lru(page, mapping, index, GFP_NOFS); in logfs_get_write_page()