Searched refs:add_to_page_cache_lru (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/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() 683 if (add_to_page_cache_lru(page, mapping, index, gfp_mask) < 0) { in readahead_expand() 706 if (add_to_page_cache_lru(page, mapping, index, gfp_mask) < 0) { in readahead_expand()
|
D | secretmem.c | 77 err = add_to_page_cache_lru(page, mapping, offset, gfp); in secretmem_fault()
|
D | filemap.c | 977 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, in add_to_page_cache_lru() function 1004 EXPORT_SYMBOL_GPL(add_to_page_cache_lru); 1951 err = add_to_page_cache_lru(page, mapping, index, gfp_mask); in pagecache_get_page() 2494 error = add_to_page_cache_lru(page, mapping, index, in filemap_create_page() 3445 err = add_to_page_cache_lru(page, mapping, index, gfp); in do_read_cache_page()
|
/Linux-v5.15/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.15/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.15/fs/btrfs/ |
D | verity.c | 763 ret = add_to_page_cache_lru(page, inode->i_mapping, index, GFP_NOFS); in btrfs_read_merkle_tree_page()
|
D | compression.c | 599 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) { in add_ra_bio_pages()
|
/Linux-v5.15/include/linux/ |
D | pagemap.h | 794 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
|
/Linux-v5.15/fs/erofs/ |
D | zdata.c | 1181 if (!tocache || add_to_page_cache_lru(page, mc, index + nr, gfp)) { in pickup_page_for_submission()
|
/Linux-v5.15/fs/ntfs/ |
D | file.c | 510 err = add_to_page_cache_lru(*cached_page, mapping, in __ntfs_grab_cache_pages()
|
/Linux-v5.15/fs/f2fs/ |
D | compress.c | 1790 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi), in f2fs_cache_compressed_page()
|
/Linux-v5.15/fs/afs/ |
D | dir.c | 346 ret = add_to_page_cache_lru(page, in afs_read_dir()
|
/Linux-v5.15/fs/nfs/ |
D | dir.c | 2359 if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0, in nfs_symlink()
|