Searched refs:tmppage (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.1/fs/erofs/ |
| D | decompressor_lzma.c | 254 struct page *tmppage; in z_erofs_lzma_decompress() local 261 tmppage = erofs_allocpage(pagepool, in z_erofs_lzma_decompress() 263 set_page_private(tmppage, Z_EROFS_SHORTLIVED_PAGE); in z_erofs_lzma_decompress() 264 copy_highpage(tmppage, rq->in[j]); in z_erofs_lzma_decompress() 265 rq->in[j] = tmppage; in z_erofs_lzma_decompress()
|
| /Linux-v6.1/fs/ocfs2/ |
| D | aops.c | 922 struct page *tmppage; in ocfs2_write_failure() local 928 tmppage = wc->w_pages[i]; in ocfs2_write_failure() 930 if (tmppage && page_has_buffers(tmppage)) { in ocfs2_write_failure() 935 block_commit_write(tmppage, from, to); in ocfs2_write_failure() 1960 struct page *tmppage; in ocfs2_write_end_nolock() local 1990 tmppage = wc->w_pages[i]; in ocfs2_write_end_nolock() 1993 if (tmppage == NULL) in ocfs2_write_end_nolock() 1996 if (tmppage == wc->w_target_page) { in ocfs2_write_end_nolock() 2013 if (page_has_buffers(tmppage)) { in ocfs2_write_end_nolock() 2016 ((loff_t)tmppage->index << PAGE_SHIFT) + in ocfs2_write_end_nolock() [all …]
|
| /Linux-v6.1/drivers/md/ |
| D | raid1.h | 128 struct page *tmppage; member
|
| D | raid10.h | 97 struct page *tmppage; member
|
| D | raid1.c | 2308 conf->tmppage, REQ_OP_READ, false)) in fix_read_error() 2340 conf->tmppage, WRITE); in fix_read_error() 2357 conf->tmppage, READ)) { in fix_read_error() 3009 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf() 3010 if (!conf->tmppage) in setup_conf() 3097 safe_put_page(conf->tmppage); in setup_conf() 3204 safe_put_page(conf->tmppage); in raid1_free()
|
| D | raid10.c | 2772 conf->tmppage, in fix_read_error() 2824 s, conf->tmppage, REQ_OP_WRITE) in fix_read_error() 2858 s, conf->tmppage, REQ_OP_READ)) { in fix_read_error() 4040 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf() 4041 if (!conf->tmppage) in setup_conf() 4092 safe_put_page(conf->tmppage); in setup_conf() 4289 safe_put_page(conf->tmppage); in raid10_run() 4302 safe_put_page(conf->tmppage); in raid10_free()
|