Home
last modified time | relevance | path

Searched refs:lru_cache_add_file (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/mm/
Dswap.c651 void lru_cache_add_file(struct page *page) in lru_cache_add_file() function
657 EXPORT_SYMBOL(lru_cache_add_file);
/linux-4.1.27/include/linux/
Dswap.h301 extern void lru_cache_add_file(struct page *page);
/linux-4.1.27/fs/cifs/
Dfile.c3275 lru_cache_add_file(page); in cifs_readv_complete()
3345 lru_cache_add_file(page); in cifs_readpages_read_into_pages()
3355 lru_cache_add_file(page); in cifs_readpages_read_into_pages()
3513 lru_cache_add_file(page); in cifs_readpages()
3543 lru_cache_add_file(page); in cifs_readpages()
/linux-4.1.27/fs/fuse/
Ddev.c914 lru_cache_add_file(newpage); in fuse_try_move_page()