Searched refs:oldkey (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/nilfs2/ |
| D | btnode.c | 161 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_prepare_change_key() local 164 if (oldkey == newkey) in nilfs_btnode_prepare_change_key() 175 if (unlikely(oldkey != opage->index)) in nilfs_btnode_prepare_change_key() 178 (unsigned long long)oldkey, in nilfs_btnode_prepare_change_key() 223 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local 226 if (oldkey == newkey) in nilfs_btnode_commit_change_key() 231 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key() 234 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key() 239 __xa_erase(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key() 263 __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 | 1913 path[level].bp_ctxt.oldkey = path[level].bp_oldreq.bpr_ptr; in nilfs_btree_prepare_update_v() 2188 path[level].bp_ctxt.oldkey = ptr; in nilfs_btree_assign_p()
|
| /Linux-v5.4/arch/s390/mm/ |
| D | pgtable.c | 827 unsigned char key, unsigned char *oldkey, in cond_set_guest_storage_key() argument 838 if (oldkey) in cond_set_guest_storage_key() 839 *oldkey = tmp; in cond_set_guest_storage_key()
|
| /Linux-v5.4/arch/s390/kvm/ |
| D | priv.c | 347 unsigned char key, oldkey; in handle_sske() local 389 rc = cond_set_guest_storage_key(current->mm, vmaddr, key, &oldkey, in handle_sske() 413 vcpu->run->s.regs.gprs[reg1] |= (u64) oldkey << 8; in handle_sske()
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | pgtable.h | 1152 unsigned char key, unsigned char *oldkey,
|