Searched refs:add_to_page_cache_lru (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/fs/cachefiles/ |
D | rdwr.c | 265 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/ |
D | readahead.c | 92 if (add_to_page_cache_lru(page, mapping, in read_cache_pages() 130 if (!add_to_page_cache_lru(page, mapping, in read_pages()
|
D | filemap.c | 612 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/ |
D | file-nommu.c | 110 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
|
/linux-4.1.27/fs/ext4/ |
D | readpage.c | 168 if (add_to_page_cache_lru(page, mapping, in ext4_mpage_readpages()
|
/linux-4.1.27/include/linux/ |
D | pagemap.h | 651 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
/linux-4.1.27/fs/ |
D | mpage.c | 372 if (!add_to_page_cache_lru(page, mapping, in mpage_readpages()
|
D | splice.c | 364 error = add_to_page_cache_lru(page, mapping, index, in __generic_file_splice_read()
|
/linux-4.1.27/fs/btrfs/ |
D | compression.c | 493 if (add_to_page_cache_lru(page, mapping, pg_index, in add_ra_bio_pages()
|
D | extent_io.c | 4214 if (add_to_page_cache_lru(page, mapping, in extent_readpages()
|
/linux-4.1.27/fs/ceph/ |
D | addr.c | 360 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
|
/linux-4.1.27/fs/ntfs/ |
D | file.c | 527 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | dir.c | 227 ret = add_to_page_cache_lru(page, inode->i_mapping, offset, in ll_dir_filler()
|
/linux-4.1.27/fs/nfs/ |
D | dir.c | 1937 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
|
/linux-4.1.27/fs/logfs/ |
D | readwrite.c | 324 err = add_to_page_cache_lru(page, mapping, index, GFP_NOFS); in logfs_get_write_page()
|