Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dbtnode.c214 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local
217 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() local
292 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 …]
H A Dbtnode.h27 __u64 oldkey; member
H A Dbtree.c1942 path[level].bp_ctxt.oldkey = path[level].bp_oldreq.bpr_ptr; in nilfs_btree_prepare_update_v()
2218 path[level].bp_ctxt.oldkey = ptr; in nilfs_btree_assign_p()
/linux/fs/btrfs/
H A Draid-stripe-tree.c18 const struct btrfs_key *oldkey, in btrfs_partially_delete_raid_extent() argument
27 .objectid = oldkey->objectid + frontpad, in btrfs_partially_delete_raid_extent()
34 ASSERT(oldkey->type == BTRFS_RAID_STRIPE_KEY); in btrfs_partially_delete_raid_extent()
/linux/arch/s390/kvm/
H A Dpriv.c357 unsigned char key, oldkey; in handle_sske() local
399 rc = cond_set_guest_storage_key(current->mm, vmaddr, key, &oldkey, in handle_sske()
425 vcpu->run->s.regs.gprs[reg1] |= (u64) oldkey << 8; in handle_sske()
/linux/arch/s390/include/asm/
H A Dpgtable.h1386 unsigned char key, unsigned char *oldkey,