Lines Matching refs:opage
188 struct page *opage = obh->b_page; in nilfs_btnode_prepare_change_key() local
189 lock_page(opage); in nilfs_btnode_prepare_change_key()
192 if (unlikely(oldkey != opage->index)) in nilfs_btnode_prepare_change_key()
193 NILFS_PAGE_BUG(opage, in nilfs_btnode_prepare_change_key()
199 err = __xa_insert(&btnc->i_pages, newkey, opage, GFP_NOFS); in nilfs_btnode_prepare_change_key()
216 unlock_page(opage); in nilfs_btnode_prepare_change_key()
241 struct page *opage; in nilfs_btnode_commit_change_key() local
247 opage = obh->b_page; in nilfs_btnode_commit_change_key()
248 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key()
249 NILFS_PAGE_BUG(opage, in nilfs_btnode_commit_change_key()
260 opage->index = obh->b_blocknr = newkey; in nilfs_btnode_commit_change_key()
261 unlock_page(opage); in nilfs_btnode_commit_change_key()