Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cachefiles/
Drdwr.c265 ret = add_to_page_cache_lru(newpage, bmapping, in cachefiles_read_backing_file_one()
505 ret = add_to_page_cache_lru(newpage, bmapping, in cachefiles_read_backing_file()
532 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file()
605 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file()
/linux-4.1.27/mm/
Dreadahead.c92 if (add_to_page_cache_lru(page, mapping, in read_cache_pages()
130 if (!add_to_page_cache_lru(page, mapping, in read_pages()
Dfilemap.c612 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function
638 EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
1118 err = add_to_page_cache_lru(page, mapping, offset, in pagecache_get_page()
1657 error = add_to_page_cache_lru(page, mapping, in do_generic_file_read()
1759 ret = add_to_page_cache_lru(page, mapping, offset, GFP_KERNEL); in page_cache_read()
2153 err = add_to_page_cache_lru(page, mapping, index, gfp); in __read_cache_page()
/linux-4.1.27/fs/ramfs/
Dfile-nommu.c110 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
/linux-4.1.27/fs/ext4/
Dreadpage.c168 if (add_to_page_cache_lru(page, mapping, in ext4_mpage_readpages()
/linux-4.1.27/include/linux/
Dpagemap.h651 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/linux-4.1.27/fs/
Dmpage.c372 if (!add_to_page_cache_lru(page, mapping, in mpage_readpages()
Dsplice.c364 error = add_to_page_cache_lru(page, mapping, index, in __generic_file_splice_read()
/linux-4.1.27/fs/btrfs/
Dcompression.c493 if (add_to_page_cache_lru(page, mapping, pg_index, in add_ra_bio_pages()
Dextent_io.c4214 if (add_to_page_cache_lru(page, mapping, in extent_readpages()
/linux-4.1.27/fs/ceph/
Daddr.c360 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
/linux-4.1.27/fs/ntfs/
Dfile.c527 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddir.c227 ret = add_to_page_cache_lru(page, inode->i_mapping, offset, in ll_dir_filler()
/linux-4.1.27/fs/nfs/
Ddir.c1937 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
/linux-4.1.27/fs/logfs/
Dreadwrite.c324 err = add_to_page_cache_lru(page, mapping, index, GFP_NOFS); in logfs_get_write_page()