Searched refs:tmppage (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/erofs/
H A Ddecompressor_deflate.c211 struct page *tmppage; local
215 tmppage = erofs_allocpage(pgpl, rq->gfp);
216 if (!tmppage) {
220 set_page_private(tmppage, Z_EROFS_SHORTLIVED_PAGE);
221 copy_highpage(tmppage, rq->in[j]);
222 rq->in[j] = tmppage;
H A Ddecompressor_lzma.c257 struct page *tmppage; local
261 tmppage = erofs_allocpage(pgpl, rq->gfp);
262 if (!tmppage) {
266 set_page_private(tmppage, Z_EROFS_SHORTLIVED_PAGE);
267 copy_highpage(tmppage, rq->in[j]);
268 rq->in[j] = tmppage;
/linux-master/drivers/md/
H A Draid10.h97 struct page *tmppage; member in struct:r10conf
H A Draid1.h129 struct page *tmppage; member in struct:r1conf
H A Draid1.c2408 conf->tmppage, REQ_OP_READ, false))
2438 conf->tmppage, REQ_OP_WRITE);
2452 conf->tmppage, REQ_OP_READ)) {
3102 conf->tmppage = alloc_page(GFP_KERNEL);
3103 if (!conf->tmppage)
3185 safe_put_page(conf->tmppage);
3297 safe_put_page(conf->tmppage);
H A Draid10.c2641 conf->tmppage,
2689 s, conf->tmppage, REQ_OP_WRITE)
2721 s, conf->tmppage, REQ_OP_READ)) {
3878 safe_put_page(conf->tmppage);
3916 conf->tmppage = alloc_page(GFP_KERNEL);
3917 if (!conf->tmppage)
/linux-master/fs/ocfs2/
H A Daops.c920 struct page *tmppage; local
926 tmppage = wc->w_pages[i];
928 if (tmppage && page_has_buffers(tmppage)) {
933 block_commit_write(tmppage, from, to);
1958 struct page *tmppage; local
2003 tmppage = wc->w_pages[i];
2006 if (tmppage == NULL)
2009 if (tmppage == wc->w_target_page) {
2026 if (page_has_buffers(tmppage)) {
[all...]

Completed in 176 milliseconds