Searched refs:oldkey (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/nilfs2/ |
A D | btnode.c | 178 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local 181 if (oldkey == newkey) in nilfs_btnode_prepare_change_key() 192 if (unlikely(oldkey != opage->index)) in nilfs_btnode_prepare_change_key() 195 (unsigned long long)oldkey, in nilfs_btnode_prepare_change_key() 240 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local 243 if (oldkey == newkey) in nilfs_btnode_commit_change_key() 248 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key() 251 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key() 256 __xa_erase(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key() 280 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_abort_change_key() local [all …]
|
A D | btnode.h | 27 __u64 oldkey; member
|
A D | btree.c | 1925 path[level].bp_ctxt.oldkey = path[level].bp_oldreq.bpr_ptr; in nilfs_btree_prepare_update_v() 2201 path[level].bp_ctxt.oldkey = ptr; in nilfs_btree_assign_p()
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | pgtable.c | 890 unsigned char key, unsigned char *oldkey, in cond_set_guest_storage_key() argument 901 if (oldkey) in cond_set_guest_storage_key() 902 *oldkey = tmp; in cond_set_guest_storage_key()
|
/linux-6.3-rc2/arch/s390/kvm/ |
A D | priv.c | 358 unsigned char key, oldkey; in handle_sske() local 400 rc = cond_set_guest_storage_key(current->mm, vmaddr, key, &oldkey, in handle_sske() 426 vcpu->run->s.regs.gprs[reg1] |= (u64) oldkey << 8; in handle_sske()
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | pgtable.h | 1297 unsigned char key, unsigned char *oldkey,
|
Completed in 24 milliseconds