Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dbtnode.c175 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local
178 if (oldkey == newkey) in nilfs_btnode_prepare_change_key()
195 if (unlikely(oldkey != obh->b_page->index)) in nilfs_btnode_prepare_change_key()
198 (unsigned long long)oldkey, 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()
252 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key()
255 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key()
260 radix_tree_delete(&btnc->page_tree, oldkey); in nilfs_btnode_commit_change_key()
285 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key() local
[all …]
Dbtnode.h40 __u64 oldkey; member
Dbtree.c1912 path[level].bp_ctxt.oldkey = path[level].bp_oldreq.bpr_ptr; in nilfs_btree_prepare_update_v()
2186 path[level].bp_ctxt.oldkey = ptr; in nilfs_btree_assign_p()