Lines Matching refs:page
20 #include "page.h"
78 struct page *page;
86 page = bh->b_page;
133 unlock_page(page);
134 put_page(page);
142 * nilfs_btnode_delete() invalidates the specified buffer and delete the page
143 * including the buffer if the page gets unbusy.
148 struct page *page = bh->b_page;
149 pgoff_t index = page_index(page);
152 get_page(page);
153 lock_page(page);
154 wait_on_page_writeback(page);
157 still_dirty = PageDirty(page);
158 mapping = page->mapping;
159 unlock_page(page);
160 put_page(page);
188 struct page *opage = obh->b_page;
202 * Note: page->index will not change to newkey until
204 * To protect the page in intermediate state, the page lock
241 struct page *opage;