Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cachefiles/
Drdwr.c81 struct page *backpage = monitor->back_page, *backpage2; in cachefiles_read_reissue() local
86 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 …]