Searched refs:add_to_page_cache_lru (Results 1 - 6 of 6) sorted by relevance

/linux-master/mm/
H A Dfolio-compat.c80 int add_to_page_cache_lru(struct page *page, struct address_space *mapping, function
85 EXPORT_SYMBOL(add_to_page_cache_lru); variable
/linux-master/fs/squashfs/
H A Dblock.c144 int ret = add_to_page_cache_lru(head_to_cache, cache_mapping,
156 int ret = add_to_page_cache_lru(tail_to_cache, cache_mapping,
/linux-master/fs/ramfs/
H A Dfile-nommu.c107 ret = add_to_page_cache_lru(page, inode->i_mapping, loop,
/linux-master/include/linux/
H A Dpagemap.h1189 int add_to_page_cache_lru(struct page *page, struct address_space *mapping,
/linux-master/fs/btrfs/
H A Dcompression.c476 if (add_to_page_cache_lru(page, mapping, pg_index, GFP_NOFS)) {
/linux-master/fs/f2fs/
H A Dcompress.c1885 ret = add_to_page_cache_lru(cpage, COMPRESS_MAPPING(sbi),

Completed in 129 milliseconds