Searched refs:oldkey (Results 1 – 4 of 4) sorted by relevance
214 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local217 if (oldkey == newkey) in nilfs_btnode_prepare_change_key()228 if (unlikely(oldkey != ofolio->index)) in nilfs_btnode_prepare_change_key()231 (unsigned long long)oldkey, in nilfs_btnode_prepare_change_key()289 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local292 if (oldkey == newkey) in nilfs_btnode_commit_change_key()297 if (unlikely(oldkey != ofolio->index)) in nilfs_btnode_commit_change_key()300 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key()305 __xa_erase(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key()340 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key() local[all …]
27 __u64 oldkey; member
1942 path[level].bp_ctxt.oldkey = path[level].bp_oldreq.bpr_ptr; in nilfs_btree_prepare_update_v()2220 path[level].bp_ctxt.oldkey = ptr; in nilfs_btree_assign_p()
18 const struct btrfs_key *oldkey, in btrfs_partially_delete_raid_extent() argument27 .objectid = oldkey->objectid + frontpad, in btrfs_partially_delete_raid_extent()34 ASSERT(oldkey->type == BTRFS_RAID_STRIPE_KEY); in btrfs_partially_delete_raid_extent()
Completed in 12 milliseconds