Searched refs:add_to_page_cache_lru (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/fs/cachefiles/ |
D | rdwr.c | 268 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() 608 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file()
|
/Linux-v5.10/mm/ |
D | readahead.c | 98 if (add_to_page_cache_lru(page, mapping, page->index, in read_cache_pages() 222 } else if (add_to_page_cache_lru(page, mapping, index + i, in page_cache_ra_unbounded()
|
D | filemap.c | 932 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function 959 EXPORT_SYMBOL_GPL(add_to_page_cache_lru); 1847 err = add_to_page_cache_lru(page, mapping, index, gfp_mask); in pagecache_get_page() 2455 error = add_to_page_cache_lru(page, mapping, index, in generic_file_buffered_read() 3004 err = add_to_page_cache_lru(page, mapping, index, gfp); in do_read_cache_page()
|
/Linux-v5.10/fs/ramfs/ |
D | file-nommu.c | 107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop, in ramfs_nommu_expand_for_mapping()
|
/Linux-v5.10/include/linux/ |
D | pagemap.h | 756 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
/Linux-v5.10/fs/afs/ |
D | file.c | 492 if (add_to_page_cache_lru(page, mapping, index, in afs_readpages_one()
|
D | dir.c | 278 ret = add_to_page_cache_lru(req->pages[i], in afs_read_dir()
|
/Linux-v5.10/fs/erofs/ |
D | zdata.c | 1064 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
|
/Linux-v5.10/fs/btrfs/ |
D | compression.c | 542 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
|
/Linux-v5.10/fs/ntfs/ |
D | file.c | 513 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
|
/Linux-v5.10/fs/ceph/ |
D | addr.c | 409 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
|
/Linux-v5.10/fs/nfs/ |
D | dir.c | 2141 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
|