Searched refs:tmppage (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/erofs/ |
| H A D | decompressor.c | 349 struct page **pgo, *tmppage; in z_erofs_stream_switch_bufs() local 417 tmppage = erofs_allocpage(pgpl, rq->gfp); in z_erofs_stream_switch_bufs() 418 if (!tmppage) in z_erofs_stream_switch_bufs() 420 set_page_private(tmppage, Z_EROFS_SHORTLIVED_PAGE); in z_erofs_stream_switch_bufs() 421 copy_highpage(tmppage, rq->in[j]); in z_erofs_stream_switch_bufs() 422 rq->in[j] = tmppage; in z_erofs_stream_switch_bufs()
|
| /linux-6.15/drivers/md/ |
| H A D | raid1.h | 129 struct page *tmppage; member
|
| H A D | raid10.h | 97 struct page *tmppage; member
|
| H A D | raid1.c | 2432 conf->tmppage, REQ_OP_READ, false)) in fix_read_error() 2462 conf->tmppage, REQ_OP_WRITE); in fix_read_error() 2476 conf->tmppage, REQ_OP_READ)) { in fix_read_error() 3121 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf() 3122 if (!conf->tmppage) in setup_conf() 3204 safe_put_page(conf->tmppage); in setup_conf() 3317 safe_put_page(conf->tmppage); in raid1_free()
|
| H A D | raid10.c | 2671 conf->tmppage, in fix_read_error() 2719 s, conf->tmppage, REQ_OP_WRITE) in fix_read_error() 2751 s, conf->tmppage, REQ_OP_READ)) { in fix_read_error() 3903 safe_put_page(conf->tmppage); in raid10_free_conf() 3941 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf() 3942 if (!conf->tmppage) in setup_conf()
|