Lines Matching refs:newkey
214 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local
217 if (oldkey == newkey) in nilfs_btnode_prepare_change_key()
232 (unsigned long long)newkey); in nilfs_btnode_prepare_change_key()
235 err = __xa_insert(&btnc->i_pages, newkey, ofolio, GFP_NOFS); in nilfs_btnode_prepare_change_key()
248 err = invalidate_inode_pages2_range(btnc, newkey, newkey); in nilfs_btnode_prepare_change_key()
255 nbh = nilfs_btnode_create_block(btnc, newkey); in nilfs_btnode_prepare_change_key()
289 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local
292 if (oldkey == newkey) in nilfs_btnode_commit_change_key()
301 (unsigned long long)newkey); in nilfs_btnode_commit_change_key()
306 __xa_set_mark(&btnc->i_pages, newkey, PAGECACHE_TAG_DIRTY); in nilfs_btnode_commit_change_key()
309 ofolio->index = obh->b_blocknr = newkey; in nilfs_btnode_commit_change_key()
315 nbh->b_blocknr = newkey; in nilfs_btnode_commit_change_key()
340 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key() local
342 if (oldkey == newkey) in nilfs_btnode_abort_change_key()
346 xa_erase_irq(&btnc->i_pages, newkey); in nilfs_btnode_abort_change_key()