Home
last modified time | relevance | path

Searched refs:oldkey (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/nilfs2/
Dbtnode.c180 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local
183 if (oldkey == newkey) in nilfs_btnode_prepare_change_key()
200 if (unlikely(oldkey != obh->b_page->index)) in nilfs_btnode_prepare_change_key()
203 (unsigned long long)oldkey, in nilfs_btnode_prepare_change_key()
249 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local
252 if (oldkey == newkey) in nilfs_btnode_commit_change_key()
257 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key()
260 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key()
265 radix_tree_delete(&btnc->page_tree, oldkey); in nilfs_btnode_commit_change_key()
290 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key() local
[all …]
Dbtnode.h34 __u64 oldkey; member
Dbtree.c1813 path[level].bp_ctxt.oldkey = path[level].bp_oldreq.bpr_ptr; in nilfs_btree_prepare_update_v()
2087 path[level].bp_ctxt.oldkey = ptr; in nilfs_btree_assign_p()