Searched refs:oldkey (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/nilfs2/ |
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 …]
|
D | btnode.h | 27 __u64 oldkey; member
|
D | btree.c | 1928 path[level].bp_ctxt.oldkey = path[level].bp_oldreq.bpr_ptr; in nilfs_btree_prepare_update_v() 2204 path[level].bp_ctxt.oldkey = ptr; in nilfs_btree_assign_p()
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
D | pgtable.c | 845 unsigned char key, unsigned char *oldkey, in cond_set_guest_storage_key() argument 856 if (oldkey) in cond_set_guest_storage_key() 857 *oldkey = tmp; in cond_set_guest_storage_key()
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
D | priv.c | 359 unsigned char key, oldkey; in handle_sske() local 401 rc = cond_set_guest_storage_key(current->mm, vmaddr, key, &oldkey, in handle_sske() 427 vcpu->run->s.regs.gprs[reg1] |= (u64) oldkey << 8; in handle_sske()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | pgtable.h | 1173 unsigned char key, unsigned char *oldkey,
|