Home
last modified time | relevance | path

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

/linux-3.4.99/fs/cachefiles/
Drdwr.c77 struct page *backpage = monitor->back_page, *backpage2; in cachefiles_read_reissue() local
90 backpage2 = find_get_page(bmapping, backpage->index); in cachefiles_read_reissue()
91 if (!backpage2) { in cachefiles_read_reissue()
96 if (backpage != backpage2) { in cachefiles_read_reissue()
97 put_page(backpage2); in cachefiles_read_reissue()
104 put_page(backpage2); in cachefiles_read_reissue()