Lines Matching defs:page
44 vma, vmf->page, vmf->pgoff);
49 struct buffer_head *di_bh, struct page *page)
55 loff_t pos = page_offset(page);
58 struct page *locked_page = NULL;
65 * There are cases that lead to the page no longer belonging to the
72 * then re-extended the file. We'll re-check the page mapping after
73 * taking the page lock inside of ocfs2_write_begin_nolock().
77 if ((page->mapping != inode->i_mapping) ||
78 (!PageUptodate(page)) ||
79 (page_offset(page) >= size))
85 * length of the whole page (chopped to i_size) to make sure
88 * Since we know the page is up to date, we don't have to
92 if (page->index == last_index)
96 &locked_page, &fsdata, di_bh, page);
117 struct page *page = vmf->page;
130 * attempt page truncation as part of a downconvert.
146 ret = __ocfs2_page_mkwrite(vmf->vma->vm_file, di_bh, page);