Searched refs:oldkey (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/nilfs2/ |
| H A D | btnode.c | 214 __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 D | btnode.h | 27 __u64 oldkey; member
|
| H A D | btree.c | 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()
|
| /linux/arch/s390/kvm/ |
| H A D | dat.c | 722 static bool page_cond_set_storage_key(phys_addr_t paddr, union skey skey, union skey *oldkey, in page_cond_set_storage_key() argument 725 oldkey->skey = page_get_storage_key(paddr); in page_cond_set_storage_key() 726 if (oldkey->acc == skey.acc && oldkey->fp == skey.fp && in page_cond_set_storage_key() 727 (oldkey->r == skey.r || mr) && (oldkey->c == skey.c || mc)) in page_cond_set_storage_key() 734 union skey skey, union skey *oldkey, bool nq, bool mr, bool mc) in dat_cond_set_storage_key() argument 748 return page_cond_set_storage_key(large_crste_to_phys(*crstep, gfn), skey, oldkey, in dat_cond_set_storage_key() 772 if (oldkey) in dat_cond_set_storage_key() 773 *oldkey = prev; in dat_cond_set_storage_key()
|
| H A D | dat.h | 532 union skey skey, union skey *oldkey, bool nq, bool mr, bool mc);
|
| /linux/block/ |
| H A D | sed-opal.c | 3045 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()
|