Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dswap.c653 void lru_cache_add_file(struct page *page) in lru_cache_add_file() function
659 EXPORT_SYMBOL(lru_cache_add_file);
/linux-4.4.14/include/linux/
Dswap.h301 extern void lru_cache_add_file(struct page *page);
/linux-4.4.14/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.4.14/fs/fuse/
Ddev.c903 lru_cache_add_file(newpage); in fuse_try_move_page()