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()
181 if (unlikely(oldkey != obh->b_page->index)) in nilfs_btnode_prepare_change_key()
184 (unsigned long long)oldkey, in nilfs_btnode_prepare_change_key()
230 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local
233 if (oldkey == newkey) in nilfs_btnode_commit_change_key()
238 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key()
241 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key()
246 radix_tree_delete(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key()
271 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key() local
273 if (oldkey == newkey) in nilfs_btnode_abort_change_key()