Searched refs:w_target_page (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Daops.c735 * w_target_page is the page being written to by the user.
738 * w_target_page, and in the case of an allocating write with
740 * pages adjacent to w_target_page which need to be written
746 struct page *w_target_page; member in struct:ocfs2_write_ctxt
750 * against w_target_page in ocfs2_write_end_nolock.
795 * to write_end(). The caller must hold a ref on w_target_page.
798 BUG_ON(!wc->w_target_page);
800 if (wc->w_target_page == wc->w_pages[i]) {
805 mark_page_accessed(wc->w_target_page);
806 put_page(wc->w_target_page);
[all...]

Completed in 117 milliseconds