Searched refs:tmppage (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/erofs/ |
| H A D | decompressor.c | 347 struct page **pgo, *tmppage; in z_erofs_stream_switch_bufs() local 411 tmppage = erofs_allocpage(pgpl, rq->gfp); in z_erofs_stream_switch_bufs() 412 if (!tmppage) in z_erofs_stream_switch_bufs() 414 set_page_private(tmppage, Z_EROFS_SHORTLIVED_PAGE); in z_erofs_stream_switch_bufs() 415 copy_highpage(tmppage, rq->in[j]); in z_erofs_stream_switch_bufs() 416 rq->in[j] = tmppage; in z_erofs_stream_switch_bufs()
|
| /linux/drivers/md/ |
| H A D | raid10.h | 92 struct page *tmppage; member
|
| H A D | raid1.c | 2402 conf->tmppage, REQ_OP_READ, false)) in fix_read_error() 2431 conf->tmppage, REQ_OP_WRITE); in fix_read_error() 2445 conf->tmppage, REQ_OP_READ)) { in fix_read_error() 3080 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf() 3081 if (!conf->tmppage) in setup_conf() 3156 safe_put_page(conf->tmppage); in setup_conf() 3273 safe_put_page(conf->tmppage); in raid1_free()
|
| H A D | raid10.c | 2651 conf->tmppage, in fix_read_error() 2698 s, conf->tmppage, REQ_OP_WRITE) in fix_read_error() 2730 s, conf->tmppage, REQ_OP_READ)) { in fix_read_error() 3823 safe_put_page(conf->tmppage); in raid10_free_conf() 3860 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf() 3861 if (!conf->tmppage) in setup_conf()
|