Home
last modified time | relevance | path

Searched refs:tmppage (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/fs/ocfs2/
Daops.c926 struct page *tmppage; in ocfs2_write_failure() local
932 tmppage = wc->w_pages[i]; in ocfs2_write_failure()
934 if (tmppage && page_has_buffers(tmppage)) { in ocfs2_write_failure()
939 block_commit_write(tmppage, from, to); in ocfs2_write_failure()
1964 struct page *tmppage; in ocfs2_write_end_nolock() local
1994 tmppage = wc->w_pages[i]; in ocfs2_write_end_nolock()
1997 if (tmppage == NULL) in ocfs2_write_end_nolock()
2000 if (tmppage == wc->w_target_page) { in ocfs2_write_end_nolock()
2017 if (page_has_buffers(tmppage)) { in ocfs2_write_end_nolock()
2020 ((loff_t)tmppage->index << PAGE_SHIFT) + in ocfs2_write_end_nolock()
[all …]
/Linux-v5.10/drivers/md/
Draid1.h129 struct page *tmppage; member
Draid10.h98 struct page *tmppage; member
Draid1.c2256 conf->tmppage, REQ_OP_READ, 0, false)) in fix_read_error()
2288 conf->tmppage, WRITE); in fix_read_error()
2306 conf->tmppage, READ)) { in fix_read_error()
2959 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf()
2960 if (!conf->tmppage) in setup_conf()
3048 safe_put_page(conf->tmppage); in setup_conf()
3169 safe_put_page(conf->tmppage); in raid1_free()
Draid10.c2374 conf->tmppage, in fix_read_error()
2428 s, conf->tmppage, WRITE) in fix_read_error()
2464 s, conf->tmppage, in fix_read_error()
3647 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf()
3648 if (!conf->tmppage) in setup_conf()
3699 safe_put_page(conf->tmppage); in setup_conf()
3909 safe_put_page(conf->tmppage); in raid10_run()
3922 safe_put_page(conf->tmppage); in raid10_free()