Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ocfs2/
Daops.c923 struct page *tmppage; in ocfs2_write_failure() local
929 tmppage = wc->w_pages[i]; in ocfs2_write_failure()
931 if (tmppage && page_has_buffers(tmppage)) { in ocfs2_write_failure()
936 block_commit_write(tmppage, from, to); in ocfs2_write_failure()
1961 struct page *tmppage; in ocfs2_write_end_nolock() local
1991 tmppage = wc->w_pages[i]; in ocfs2_write_end_nolock()
1994 if (tmppage == NULL) in ocfs2_write_end_nolock()
1997 if (tmppage == wc->w_target_page) { in ocfs2_write_end_nolock()
2014 if (page_has_buffers(tmppage)) { in ocfs2_write_end_nolock()
2017 ((loff_t)tmppage->index << PAGE_SHIFT) + in ocfs2_write_end_nolock()
[all …]
/Linux-v5.15/drivers/md/
Draid1.h129 struct page *tmppage; member
Draid10.h98 struct page *tmppage; member
Draid1.c2281 conf->tmppage, REQ_OP_READ, 0, false)) in fix_read_error()
2313 conf->tmppage, WRITE); in fix_read_error()
2331 conf->tmppage, READ)) { in fix_read_error()
2984 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf()
2985 if (!conf->tmppage) in setup_conf()
3073 safe_put_page(conf->tmppage); in setup_conf()
3194 safe_put_page(conf->tmppage); in raid1_free()
Draid10.c2705 conf->tmppage, in fix_read_error()
2759 s, conf->tmppage, WRITE) in fix_read_error()
2795 s, conf->tmppage, in fix_read_error()
3978 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf()
3979 if (!conf->tmppage) in setup_conf()
4030 safe_put_page(conf->tmppage); in setup_conf()
4240 safe_put_page(conf->tmppage); in raid10_run()
4253 safe_put_page(conf->tmppage); in raid10_free()