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

/fs/nilfs2/
H A Dbtnode.c175 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; local
178 if (oldkey == newkey)
194 /* BUG_ON(oldkey != obh->b_page->index); */
195 if (unlikely(oldkey != obh->b_page->index))
197 "invalid oldkey %lld (newkey=%lld)",
198 (unsigned long long)oldkey,
244 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; local
247 if (oldkey
285 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; local
[all...]
H A Dbtnode.h34 * @oldkey: old key of block's moving content
40 __u64 oldkey; member in struct:nilfs_btnode_chkey_ctxt
H A Dbtree.c1828 path[level].bp_ctxt.oldkey = path[level].bp_oldreq.bpr_ptr;
2102 path[level].bp_ctxt.oldkey = ptr;

Completed in 57 milliseconds