Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cachefiles/
H A Drdwr.c80 struct page *backpage = monitor->back_page, *backpage2; in cachefiles_read_reissue() local
93 backpage2 = find_get_page(bmapping, backpage->index); in cachefiles_read_reissue()
94 if (!backpage2) { in cachefiles_read_reissue()
99 if (backpage != backpage2) { in cachefiles_read_reissue()
100 put_page(backpage2); in cachefiles_read_reissue()
107 put_page(backpage2); in cachefiles_read_reissue()

Completed in 2 milliseconds