Lines Matching refs:oldkey
175 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local
178 if (oldkey == newkey) in nilfs_btnode_prepare_change_key()
195 if (unlikely(oldkey != obh->b_page->index)) in nilfs_btnode_prepare_change_key()
198 (unsigned long long)oldkey, in nilfs_btnode_prepare_change_key()
244 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local
247 if (oldkey == newkey) in nilfs_btnode_commit_change_key()
252 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key()
255 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key()
260 radix_tree_delete(&btnc->page_tree, oldkey); in nilfs_btnode_commit_change_key()
285 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key() local
287 if (oldkey == newkey) in nilfs_btnode_abort_change_key()