Lines Matching refs:oldkey
161 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local
164 if (oldkey == newkey) in nilfs_btnode_prepare_change_key()
175 if (unlikely(oldkey != opage->index)) in nilfs_btnode_prepare_change_key()
178 (unsigned long long)oldkey, in nilfs_btnode_prepare_change_key()
223 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local
226 if (oldkey == newkey) in nilfs_btnode_commit_change_key()
231 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key()
234 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key()
239 __xa_erase(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key()
263 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key() local
265 if (oldkey == newkey) in nilfs_btnode_abort_change_key()