Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cachefiles/
Drdwr.c81 struct page *backpage = monitor->back_page, *backpage2; in cachefiles_read_reissue() local
94 backpage2 = find_get_page(bmapping, backpage->index); in cachefiles_read_reissue()
95 if (!backpage2) { in cachefiles_read_reissue()
100 if (backpage != backpage2) { in cachefiles_read_reissue()
101 put_page(backpage2); in cachefiles_read_reissue()
108 put_page(backpage2); in cachefiles_read_reissue()