Searched refs:tmppage (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/fs/erofs/ |
D | decompressor_lzma.c | 251 struct page *tmppage; in z_erofs_lzma_decompress() local 258 tmppage = erofs_allocpage(pagepool, in z_erofs_lzma_decompress() 260 set_page_private(tmppage, Z_EROFS_SHORTLIVED_PAGE); in z_erofs_lzma_decompress() 261 copy_highpage(tmppage, rq->in[j]); in z_erofs_lzma_decompress() 262 rq->in[j] = tmppage; in z_erofs_lzma_decompress()
|
/linux-5.19.10/fs/ocfs2/ |
D | aops.c | 924 struct page *tmppage; in ocfs2_write_failure() local 930 tmppage = wc->w_pages[i]; in ocfs2_write_failure() 932 if (tmppage && page_has_buffers(tmppage)) { in ocfs2_write_failure() 937 block_commit_write(tmppage, from, to); in ocfs2_write_failure() 1962 struct page *tmppage; in ocfs2_write_end_nolock() local 1992 tmppage = wc->w_pages[i]; in ocfs2_write_end_nolock() 1995 if (tmppage == NULL) in ocfs2_write_end_nolock() 1998 if (tmppage == wc->w_target_page) { in ocfs2_write_end_nolock() 2015 if (page_has_buffers(tmppage)) { in ocfs2_write_end_nolock() 2018 ((loff_t)tmppage->index << PAGE_SHIFT) + in ocfs2_write_end_nolock() [all …]
|
/linux-5.19.10/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, 0, 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 | 2731 conf->tmppage, in fix_read_error() 2783 s, conf->tmppage, WRITE) in fix_read_error() 2817 s, conf->tmppage, in fix_read_error() 4000 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf() 4001 if (!conf->tmppage) in setup_conf() 4052 safe_put_page(conf->tmppage); in setup_conf() 4249 safe_put_page(conf->tmppage); in raid10_run() 4262 safe_put_page(conf->tmppage); in raid10_free()
|