Home
last modified time | relevance | path

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

/fs/cachefiles/
Drdwr.c80 struct page *backpage = monitor->back_page, *backpage2; in cachefiles_read_reissue() local
85 backpage->index, backpage->flags); in cachefiles_read_reissue()
88 if (backpage->mapping != bmapping) { in cachefiles_read_reissue()
93 backpage2 = find_get_page(bmapping, backpage->index); in cachefiles_read_reissue()
99 if (backpage != backpage2) { in cachefiles_read_reissue()
110 add_page_wait_queue(backpage, &monitor->monitor); in cachefiles_read_reissue()
112 if (trylock_page(backpage)) { in cachefiles_read_reissue()
114 if (PageError(backpage)) in cachefiles_read_reissue()
117 if (PageUptodate(backpage)) in cachefiles_read_reissue()
121 ret = bmapping->a_ops->readpage(NULL, backpage); in cachefiles_read_reissue()
[all …]