Searched refs:backpage (Results 1 – 1 of 1) sorted by relevance
77 struct page *backpage = monitor->back_page, *backpage2; in cachefiles_read_reissue() local82 backpage->index, backpage->flags); in cachefiles_read_reissue()85 if (backpage->mapping != bmapping) { in cachefiles_read_reissue()90 backpage2 = find_get_page(bmapping, backpage->index); in cachefiles_read_reissue()96 if (backpage != backpage2) { in cachefiles_read_reissue()107 add_page_wait_queue(backpage, &monitor->monitor); in cachefiles_read_reissue()109 if (trylock_page(backpage)) { in cachefiles_read_reissue()111 if (PageError(backpage)) in cachefiles_read_reissue()114 if (PageUptodate(backpage)) in cachefiles_read_reissue()118 ret = bmapping->a_ops->readpage(NULL, backpage); in cachefiles_read_reissue()[all …]