add_to_page_cache_lru  280 fs/afs/dir.c   			ret = add_to_page_cache_lru(req->pages[i],
add_to_page_cache_lru  489 fs/afs/file.c  		if (add_to_page_cache_lru(page, mapping, index,
add_to_page_cache_lru  474 fs/btrfs/compression.c 		if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) {
add_to_page_cache_lru 4351 fs/btrfs/extent_io.c 			if (add_to_page_cache_lru(page, mapping, page->index,
add_to_page_cache_lru  267 fs/cachefiles/rdwr.c 		ret = add_to_page_cache_lru(newpage, bmapping,
add_to_page_cache_lru  503 fs/cachefiles/rdwr.c 			ret = add_to_page_cache_lru(newpage, bmapping,
add_to_page_cache_lru  530 fs/cachefiles/rdwr.c 		ret = add_to_page_cache_lru(netpage, op->mapping,
add_to_page_cache_lru  606 fs/cachefiles/rdwr.c 		ret = add_to_page_cache_lru(netpage, op->mapping,
add_to_page_cache_lru  389 fs/ceph/addr.c 		if (add_to_page_cache_lru(page, &inode->i_data, page->index,
add_to_page_cache_lru  301 fs/erofs/data.c 		if (!add_to_page_cache_lru(page, mapping, page->index, gfp)) {
add_to_page_cache_lru 1104 fs/erofs/zdata.c 	if (add_to_page_cache_lru(page, mc, index + nr, gfp)) {
add_to_page_cache_lru 1399 fs/erofs/zdata.c 		if (add_to_page_cache_lru(page, mapping, page->index, gfp)) {
add_to_page_cache_lru  260 fs/ext4/readpage.c 			if (add_to_page_cache_lru(page, mapping, page->index,
add_to_page_cache_lru 1790 fs/f2fs/data.c 			if (add_to_page_cache_lru(page, mapping,
add_to_page_cache_lru  335 fs/iomap/buffered-io.c 		if (!add_to_page_cache_lru(page, inode->i_mapping, page->index,
add_to_page_cache_lru  399 fs/mpage.c     		if (!add_to_page_cache_lru(page, mapping,
add_to_page_cache_lru 1998 fs/nfs/dir.c   	if (!add_to_page_cache_lru(page, d_inode(dentry)->i_mapping, 0,
add_to_page_cache_lru  513 fs/ntfs/file.c 			err = add_to_page_cache_lru(*cached_page, mapping,
add_to_page_cache_lru  107 fs/ramfs/file-nommu.c 		ret = add_to_page_cache_lru(page, inode->i_mapping, loop,
add_to_page_cache_lru  609 include/linux/pagemap.h int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
add_to_page_cache_lru  963 mm/filemap.c   EXPORT_SYMBOL_GPL(add_to_page_cache_lru);
add_to_page_cache_lru 1682 mm/filemap.c   		err = add_to_page_cache_lru(page, mapping, offset, gfp_mask);
add_to_page_cache_lru 2237 mm/filemap.c   		error = add_to_page_cache_lru(page, mapping, index,
add_to_page_cache_lru 2770 mm/filemap.c   		err = add_to_page_cache_lru(page, mapping, index, gfp);
add_to_page_cache_lru   97 mm/readahead.c 		if (add_to_page_cache_lru(page, mapping, page->index,
add_to_page_cache_lru  135 mm/readahead.c 		if (!add_to_page_cache_lru(page, mapping, page->index, gfp))