Searched refs:add_to_page_cache_lru (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/fs/cachefiles/ |
D | rdwr.c | 271 ret = add_to_page_cache_lru(newpage, bmapping, in cachefiles_read_backing_file_one() 507 ret = add_to_page_cache_lru(newpage, bmapping, in cachefiles_read_backing_file() 534 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file() 607 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file()
|
/Linux-v4.19/mm/ |
D | readahead.c | 94 if (add_to_page_cache_lru(page, mapping, page->index, in read_cache_pages() 132 if (!add_to_page_cache_lru(page, mapping, page->index, gfp)) in read_pages()
|
D | filemap.c | 898 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function 928 EXPORT_SYMBOL_GPL(add_to_page_cache_lru); 1588 err = add_to_page_cache_lru(page, mapping, offset, gfp_mask); in pagecache_get_page() 2278 error = add_to_page_cache_lru(page, mapping, index, in generic_file_buffered_read() 2389 ret = add_to_page_cache_lru(page, mapping, offset, gfp_mask); in page_cache_read() 2795 err = add_to_page_cache_lru(page, mapping, index, gfp); in do_read_cache_page()
|
/Linux-v4.19/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-v4.19/fs/ext4/ |
D | readpage.c | 133 if (add_to_page_cache_lru(page, mapping, page->index, in ext4_mpage_readpages()
|
/Linux-v4.19/drivers/staging/erofs/ |
D | data.c | 355 if (!add_to_page_cache_lru(page, mapping, page->index, gfp)) { in erofs_raw_access_readpages()
|
D | unzip_vle.c | 1201 } else if (cachemngd && !add_to_page_cache_lru(page, 1353 if (add_to_page_cache_lru(page, mapping, page->index, gfp)) {
|
/Linux-v4.19/include/linux/ |
D | pagemap.h | 618 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
/Linux-v4.19/fs/afs/ |
D | file.c | 479 if (add_to_page_cache_lru(page, mapping, index, in afs_readpages_one()
|
D | dir.c | 247 ret = add_to_page_cache_lru(req->pages[i], in afs_read_dir()
|
/Linux-v4.19/fs/ |
D | mpage.c | 399 if (!add_to_page_cache_lru(page, mapping, in mpage_readpages()
|
D | iomap.c | 405 if (!add_to_page_cache_lru(page, inode->i_mapping, page->index, in iomap_next_page()
|
/Linux-v4.19/fs/btrfs/ |
D | compression.c | 455 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
|
D | extent_io.c | 4129 if (add_to_page_cache_lru(page, mapping, in extent_readpages()
|
/Linux-v4.19/fs/ntfs/ |
D | file.c | 527 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
|
/Linux-v4.19/fs/ceph/ |
D | addr.c | 385 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
|
/Linux-v4.19/fs/nfs/ |
D | dir.c | 1938 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
|
/Linux-v4.19/fs/f2fs/ |
D | data.c | 1486 if (add_to_page_cache_lru(page, mapping, in f2fs_mpage_readpages()
|