Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Daops.c935 struct page *tmppage; in ocfs2_write_failure() local
941 tmppage = wc->w_pages[i]; in ocfs2_write_failure()
943 if (tmppage && page_has_buffers(tmppage)) { in ocfs2_write_failure()
948 block_commit_write(tmppage, from, to); in ocfs2_write_failure()
1973 struct page *tmppage; in ocfs2_write_end_nolock() local
2003 tmppage = wc->w_pages[i]; in ocfs2_write_end_nolock()
2006 if (tmppage == NULL) in ocfs2_write_end_nolock()
2009 if (tmppage == wc->w_target_page) { in ocfs2_write_end_nolock()
2026 if (page_has_buffers(tmppage)) { in ocfs2_write_end_nolock()
2029 ((loff_t)tmppage->index << PAGE_SHIFT) + in ocfs2_write_end_nolock()
[all …]
/Linux-v5.4/drivers/md/
Draid1.h129 struct page *tmppage; member
Draid10.h98 struct page *tmppage; member
Draid1.c2274 conf->tmppage, REQ_OP_READ, 0, false)) in fix_read_error()
2306 conf->tmppage, WRITE); in fix_read_error()
2324 conf->tmppage, READ)) { in fix_read_error()
2977 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf()
2978 if (!conf->tmppage) in setup_conf()
3066 safe_put_page(conf->tmppage); in setup_conf()
3187 safe_put_page(conf->tmppage); in raid1_free()
Draid10.c2392 conf->tmppage, in fix_read_error()
2446 s, conf->tmppage, WRITE) in fix_read_error()
2482 s, conf->tmppage, in fix_read_error()
3665 conf->tmppage = alloc_page(GFP_KERNEL); in setup_conf()
3666 if (!conf->tmppage) in setup_conf()
3717 safe_put_page(conf->tmppage); in setup_conf()
3935 safe_put_page(conf->tmppage); in raid10_run()
3948 safe_put_page(conf->tmppage); in raid10_free()