Searched refs:backpage (Results 1 – 1 of 1) sorted by relevance
85 struct page *backpage = monitor->back_page, *backpage2; in cachefiles_read_reissue() local90 backpage->index, backpage->flags); in cachefiles_read_reissue()93 if (backpage->mapping != bmapping) { in cachefiles_read_reissue()98 backpage2 = find_get_page(bmapping, backpage->index); in cachefiles_read_reissue()104 if (backpage != backpage2) { in cachefiles_read_reissue()115 add_page_wait_queue(backpage, &monitor->monitor); in cachefiles_read_reissue()117 if (trylock_page(backpage)) { in cachefiles_read_reissue()119 if (PageError(backpage)) in cachefiles_read_reissue()122 if (PageUptodate(backpage)) in cachefiles_read_reissue()126 ret = bmapping->a_ops->readpage(NULL, backpage); in cachefiles_read_reissue()[all …]