Home
last modified time | relevance | path

Searched refs:oldkey (Results 1 – 8 of 8) 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()
2220 path[level].bp_ctxt.oldkey = ptr; in nilfs_btree_assign_p()
/linux/arch/s390/kvm/
H A Ddat.c697 static bool page_cond_set_storage_key(phys_addr_t paddr, union skey skey, union skey *oldkey, in page_cond_set_storage_key() argument
700 oldkey->skey = page_get_storage_key(paddr); in page_cond_set_storage_key()
701 if (oldkey->acc == skey.acc && oldkey->fp == skey.fp && in page_cond_set_storage_key()
702 (oldkey->r == skey.r || mr) && (oldkey->c == skey.c || mc)) in page_cond_set_storage_key()
709 union skey skey, union skey *oldkey, bool nq, bool mr, bool mc) in dat_cond_set_storage_key() argument
723 return page_cond_set_storage_key(large_crste_to_phys(*crstep, gfn), skey, oldkey, in dat_cond_set_storage_key()
747 if (oldkey) in dat_cond_set_storage_key()
748 *oldkey = prev; in dat_cond_set_storage_key()
H A Dpriv.c327 union skey key, oldkey; in handle_sske() local
363 gpa_to_gfn(start), key, &oldkey, in handle_sske()
384 vcpu->run->s.regs.gprs[reg1] |= (u64)oldkey.skey << 8; in handle_sske()
H A Ddat.h532 union skey skey, union skey *oldkey, bool nq, bool mr, bool mc);
/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/block/
H A Dsed-opal.c3045 struct opal_key *oldkey = &opal_pw->session.opal_key; in opal_set_new_sid_pw() local
3048 { start_SIDASP_opal_session, oldkey }, in opal_set_new_sid_pw()