Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cachefiles/
Drdwr.c85 struct page *backpage = monitor->back_page, *backpage2; in cachefiles_read_reissue() local
98 backpage2 = find_get_page(bmapping, backpage->index); in cachefiles_read_reissue()
99 if (!backpage2) { in cachefiles_read_reissue()
104 if (backpage != backpage2) { in cachefiles_read_reissue()
105 put_page(backpage2); in cachefiles_read_reissue()
112 put_page(backpage2); in cachefiles_read_reissue()