Home
last modified time | relevance | path

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

/openbmc/linux/fs/nilfs2/
H A Dbtnode.c192 __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 Dbtnode.h27 __u64 oldkey; member
H A Dbtree.c1934 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 Dpgtable.c892 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 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()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h1305 unsigned char key, unsigned char *oldkey,