Searched refs:opage (Results 1 – 1 of 1) sorted by relevance
188 struct page *opage = obh->b_page; in nilfs_btnode_prepare_change_key() local189 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() local247 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()[all …]