Searched refs:tmppage (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/erofs/ |
| H A D | decompressor.c | 346 struct page **pgo, *tmppage; in z_erofs_stream_switch_bufs() local 410 tmppage = erofs_allocpage(pgpl, rq->gfp); in z_erofs_stream_switch_bufs() 411 if (!tmppage) in z_erofs_stream_switch_bufs() 413 set_page_private(tmppage, Z_EROFS_SHORTLIVED_PAGE); in z_erofs_stream_switch_bufs() 414 copy_highpage(tmppage, rq->in[j]); in z_erofs_stream_switch_bufs() 415 rq->in[j] = tmppage; in z_erofs_stream_switch_bufs()
|
| /linux/drivers/md/ |
| H A D | raid1.h | 104 struct page *tmppage; member
|
| H A D | raid10.h | 92 struct page *tmppage; member
|
| H A D | raid1.c | 2421 conf->tmppage, REQ_OP_READ, false)) in fix_read_error() 2450 conf->tmppage, REQ_OP_WRITE); in fix_read_error() 2464 conf->tmppage, REQ_OP_READ)) { in fix_read_error() 3098 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf() 3099 if (!conf->tmppage) in setup_conf() 3174 safe_put_page(conf->tmppage); in setup_conf() 3289 safe_put_page(conf->tmppage); in raid1_free()
|
| H A D | raid10.c | 2658 conf->tmppage, in fix_read_error() 2705 s, conf->tmppage, REQ_OP_WRITE) in fix_read_error() 2737 s, conf->tmppage, REQ_OP_READ)) { in fix_read_error() 3828 safe_put_page(conf->tmppage); in raid10_free_conf() 3865 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf() 3866 if (!conf->tmppage) in setup_conf()
|