Lines Matching refs:oldkey
180 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local
183 if (oldkey == newkey) in nilfs_btnode_prepare_change_key()
200 if (unlikely(oldkey != obh->b_page->index)) in nilfs_btnode_prepare_change_key()
203 (unsigned long long)oldkey, in nilfs_btnode_prepare_change_key()
249 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local
252 if (oldkey == newkey) in nilfs_btnode_commit_change_key()
257 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key()
260 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key()
265 radix_tree_delete(&btnc->page_tree, oldkey); in nilfs_btnode_commit_change_key()
290 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key() local
292 if (oldkey == newkey) in nilfs_btnode_abort_change_key()