Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Drdwr.c80 struct page *backpage = monitor->back_page, *backpage2; in cachefiles_read_reissue()
175 _debug("- copy {%lu}", monitor->back_page->index); in cachefiles_read_copier()
181 } else if (PageUptodate(monitor->back_page)) { in cachefiles_read_copier()
182 copy_highpage(monitor->netfs_page, monitor->back_page); in cachefiles_read_copier()
186 } else if (!PageError(monitor->back_page)) { in cachefiles_read_copier()
196 (unsigned long) monitor->back_page->flags); in cachefiles_read_copier()
200 put_page(monitor->back_page); in cachefiles_read_copier()
295 monitor->back_page = backpage; in cachefiles_read_backing_file_one()
549 monitor->back_page = backpage; in cachefiles_read_backing_file()
H A Dinternal.h97 struct page *back_page; /* backing file page we're waiting for */ member
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A Dvideo-Remove-trailing-whitespaces.patch425 int back_page;
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0005-calloc-Use-calloc-at-most-places.patch1618 framebuffer.back_page = 0;