Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dbtnode.c178 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local
181 if (oldkey == newkey) in nilfs_btnode_prepare_change_key()
198 if (unlikely(oldkey != obh->b_page->index)) in nilfs_btnode_prepare_change_key()
201 (unsigned long long)oldkey, in nilfs_btnode_prepare_change_key()
247 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local
250 if (oldkey == newkey) in nilfs_btnode_commit_change_key()
255 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key()
258 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key()
263 radix_tree_delete(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key()
288 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key() local
[all …]
Dbtnode.h27 __u64 oldkey; member
Dbtree.c1928 path[level].bp_ctxt.oldkey = path[level].bp_oldreq.bpr_ptr; in nilfs_btree_prepare_update_v()
2204 path[level].bp_ctxt.oldkey = ptr; in nilfs_btree_assign_p()