Searched refs:add_to_page_cache_lru (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.4/fs/cachefiles/ |
D | rdwr.c | 267 ret = add_to_page_cache_lru(newpage, bmapping, in cachefiles_read_backing_file_one() 503 ret = add_to_page_cache_lru(newpage, bmapping, in cachefiles_read_backing_file() 530 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file() 606 ret = add_to_page_cache_lru(netpage, op->mapping, in cachefiles_read_backing_file()
|
/Linux-v5.4/mm/ |
D | readahead.c | 97 if (add_to_page_cache_lru(page, mapping, page->index, in read_cache_pages() 135 if (!add_to_page_cache_lru(page, mapping, page->index, gfp)) in read_pages()
|
D | filemap.c | 936 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function 963 EXPORT_SYMBOL_GPL(add_to_page_cache_lru); 1682 err = add_to_page_cache_lru(page, mapping, offset, gfp_mask); in pagecache_get_page() 2237 error = add_to_page_cache_lru(page, mapping, index, in generic_file_buffered_read() 2791 err = add_to_page_cache_lru(page, mapping, index, gfp); in do_read_cache_page()
|
/Linux-v5.4/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.4/fs/erofs/ |
D | data.c | 301 if (!add_to_page_cache_lru(page, mapping, page->index, gfp)) { in erofs_raw_access_readpages()
|
D | zdata.c | 1104 if (add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission() 1399 if (add_to_page_cache_lru(page, mapping, page->index, gfp)) { in z_erofs_vle_normalaccess_readpages()
|
/Linux-v5.4/fs/ext4/ |
D | readpage.c | 247 if (add_to_page_cache_lru(page, mapping, page->index, in ext4_mpage_readpages()
|
/Linux-v5.4/include/linux/ |
D | pagemap.h | 609 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
/Linux-v5.4/fs/afs/ |
D | file.c | 489 if (add_to_page_cache_lru(page, mapping, index, in afs_readpages_one()
|
D | dir.c | 280 ret = add_to_page_cache_lru(req->pages[i], in afs_read_dir()
|
/Linux-v5.4/fs/ |
D | mpage.c | 399 if (!add_to_page_cache_lru(page, mapping, in mpage_readpages()
|
/Linux-v5.4/fs/iomap/ |
D | buffered-io.c | 335 if (!add_to_page_cache_lru(page, inode->i_mapping, page->index, in iomap_next_page()
|
/Linux-v5.4/fs/btrfs/ |
D | compression.c | 474 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
|
D | extent_io.c | 4307 if (add_to_page_cache_lru(page, mapping, page->index, in extent_readpages()
|
/Linux-v5.4/fs/ntfs/ |
D | file.c | 513 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
|
/Linux-v5.4/fs/ceph/ |
D | addr.c | 389 if (add_to_page_cache_lru(page, &inode->i_data, page->index, in start_read()
|
/Linux-v5.4/fs/nfs/ |
D | dir.c | 1977 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
|
/Linux-v5.4/fs/f2fs/ |
D | data.c | 1803 if (add_to_page_cache_lru(page, mapping, in f2fs_mpage_readpages()
|