Lines Matching refs:oldkey
178 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local
181 if (oldkey == newkey) in nilfs_btnode_prepare_change_key()
192 if (unlikely(oldkey != opage->index)) in nilfs_btnode_prepare_change_key()
195 (unsigned long long)oldkey, in nilfs_btnode_prepare_change_key()
240 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local
243 if (oldkey == newkey) in nilfs_btnode_commit_change_key()
248 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key()
251 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key()
256 __xa_erase(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key()
280 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key() local
282 if (oldkey == newkey) in nilfs_btnode_abort_change_key()