Lines Matching refs:newkey
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()
199 (unsigned long long)newkey); in nilfs_btnode_prepare_change_key()
202 err = radix_tree_insert(&btnc->page_tree, newkey, obh->b_page); in nilfs_btnode_prepare_change_key()
216 err = invalidate_inode_pages2_range(btnc, newkey, newkey); in nilfs_btnode_prepare_change_key()
223 nbh = nilfs_btnode_create_block(btnc, newkey); 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()
256 (unsigned long long)newkey); in nilfs_btnode_commit_change_key()
261 radix_tree_tag_set(&btnc->page_tree, newkey, in nilfs_btnode_commit_change_key()
265 opage->index = obh->b_blocknr = newkey; in nilfs_btnode_commit_change_key()
271 nbh->b_blocknr = newkey; 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()
292 radix_tree_delete(&btnc->page_tree, newkey); in nilfs_btnode_abort_change_key()