Searched refs:opage (Results 1 – 1 of 1) sorted by relevance
171 struct page *opage = obh->b_page; in nilfs_btnode_prepare_change_key() local172 lock_page(opage); in nilfs_btnode_prepare_change_key()175 if (unlikely(oldkey != opage->index)) in nilfs_btnode_prepare_change_key()176 NILFS_PAGE_BUG(opage, in nilfs_btnode_prepare_change_key()182 err = __xa_insert(&btnc->i_pages, newkey, opage, GFP_NOFS); in nilfs_btnode_prepare_change_key()199 unlock_page(opage); in nilfs_btnode_prepare_change_key()224 struct page *opage; in nilfs_btnode_commit_change_key() local230 opage = obh->b_page; in nilfs_btnode_commit_change_key()231 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key()232 NILFS_PAGE_BUG(opage, in nilfs_btnode_commit_change_key()[all …]