Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cachefiles/
Drdwr.c78 struct page *backpage = monitor->back_page, *backpage2; in cachefiles_read_reissue() local
91 backpage2 = find_get_page(bmapping, backpage->index); in cachefiles_read_reissue()
92 if (!backpage2) { in cachefiles_read_reissue()
97 if (backpage != backpage2) { in cachefiles_read_reissue()
98 put_page(backpage2); in cachefiles_read_reissue()
105 put_page(backpage2); in cachefiles_read_reissue()