Searched refs:backpage (Results 1 – 1 of 1) sorted by relevance
81 struct page *backpage = monitor->back_page, *backpage2; in cachefiles_read_reissue() local86 backpage->index, backpage->flags); in cachefiles_read_reissue()89 if (backpage->mapping != bmapping) { in cachefiles_read_reissue()94 backpage2 = find_get_page(bmapping, backpage->index); in cachefiles_read_reissue()100 if (backpage != backpage2) { in cachefiles_read_reissue()111 add_page_wait_queue(backpage, &monitor->monitor); in cachefiles_read_reissue()113 if (trylock_page(backpage)) { in cachefiles_read_reissue()115 if (PageError(backpage)) in cachefiles_read_reissue()118 if (PageUptodate(backpage)) in cachefiles_read_reissue()122 ret = bmapping->a_ops->readpage(NULL, backpage); in cachefiles_read_reissue()[all …]