Searched refs:oldkey (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/nilfs2/ |
H A D | btnode.c | 192 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local 195 if (oldkey == newkey) in nilfs_btnode_prepare_change_key() 206 if (unlikely(oldkey != opage->index)) in nilfs_btnode_prepare_change_key() 209 (unsigned long long)oldkey, in nilfs_btnode_prepare_change_key() 254 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local 257 if (oldkey == newkey) in nilfs_btnode_commit_change_key() 262 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key() 265 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key() 270 __xa_erase(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key() 294 __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 | 1934 path[level].bp_ctxt.oldkey = path[level].bp_oldreq.bpr_ptr; in nilfs_btree_prepare_update_v() 2210 path[level].bp_ctxt.oldkey = ptr; in nilfs_btree_assign_p()
|
/openbmc/linux/arch/s390/mm/ |
H A D | pgtable.c | 892 unsigned char key, unsigned char *oldkey, in cond_set_guest_storage_key() argument 903 if (oldkey) in cond_set_guest_storage_key() 904 *oldkey = tmp; in cond_set_guest_storage_key()
|
/openbmc/linux/arch/s390/kvm/ |
H A D | priv.c | 357 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()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 1305 unsigned char key, unsigned char *oldkey,
|