Searched refs:oldkey (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/nilfs2/ |
D | btnode.c | 212 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local 215 if (oldkey == newkey) in nilfs_btnode_prepare_change_key() 226 if (unlikely(oldkey != ofolio->index)) in nilfs_btnode_prepare_change_key() 229 (unsigned long long)oldkey, in nilfs_btnode_prepare_change_key() 287 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local 290 if (oldkey == newkey) in nilfs_btnode_commit_change_key() 295 if (unlikely(oldkey != ofolio->index)) in nilfs_btnode_commit_change_key() 298 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key() 303 __xa_erase(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key() 338 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key() local [all …]
|
D | btnode.h | 27 __u64 oldkey; member
|
D | btree.c | 1943 path[level].bp_ctxt.oldkey = path[level].bp_oldreq.bpr_ptr; in nilfs_btree_prepare_update_v() 2219 path[level].bp_ctxt.oldkey = ptr; in nilfs_btree_assign_p()
|
/linux-6.12.1/arch/s390/mm/ |
D | pgtable.c | 883 unsigned char key, unsigned char *oldkey, in cond_set_guest_storage_key() argument 894 if (oldkey) in cond_set_guest_storage_key() 895 *oldkey = tmp; in cond_set_guest_storage_key()
|
/linux-6.12.1/arch/s390/kvm/ |
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()
|
/linux-6.12.1/arch/s390/include/asm/ |
D | pgtable.h | 1349 unsigned char key, unsigned char *oldkey,
|