Searched refs:add_to_page_cache_lru (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/fs/cachefiles/ |
D | rdwr.c | 265 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/ |
D | readahead.c | 92 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()
|
D | filemap.c | 679 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/ |
D | file-nommu.c | 111 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
|
/linux-4.4.14/fs/ext4/ |
D | readpage.c | 168 if (add_to_page_cache_lru(page, mapping, page->index, in ext4_mpage_readpages()
|
/linux-4.4.14/include/linux/ |
D | pagemap.h | 658 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
/linux-4.4.14/fs/ |
D | mpage.c | 373 if (!add_to_page_cache_lru(page, mapping, in mpage_readpages()
|
D | splice.c | 365 error = add_to_page_cache_lru(page, mapping, index, in __generic_file_splice_read()
|
/linux-4.4.14/fs/btrfs/ |
D | compression.c | 490 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
|
D | extent_io.c | 4286 if (add_to_page_cache_lru(page, mapping, in extent_readpages()
|
/linux-4.4.14/fs/f2fs/ |
D | data.c | 901 if (add_to_page_cache_lru(page, mapping, in f2fs_mpage_readpages()
|
/linux-4.4.14/fs/ceph/ |
D | addr.c | 364 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
|
/linux-4.4.14/fs/ntfs/ |
D | file.c | 527 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 226 ret = add_to_page_cache_lru(page, inode->i_mapping, offset, in ll_dir_filler()
|
/linux-4.4.14/fs/nfs/ |
D | dir.c | 1923 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
|
/linux-4.4.14/fs/logfs/ |
D | readwrite.c | 324 err = add_to_page_cache_lru(page, mapping, index, GFP_NOFS); in logfs_get_write_page()
|