Searched refs:oldkey (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/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() 181 if (unlikely(oldkey != obh->b_page->index)) in nilfs_btnode_prepare_change_key() 184 (unsigned long long)oldkey, in nilfs_btnode_prepare_change_key() 230 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; in nilfs_btnode_commit_change_key() local 233 if (oldkey == newkey) in nilfs_btnode_commit_change_key() 238 if (unlikely(oldkey != opage->index)) in nilfs_btnode_commit_change_key() 241 (unsigned long long)oldkey, in nilfs_btnode_commit_change_key() 246 radix_tree_delete(&btnc->i_pages, oldkey); in nilfs_btnode_commit_change_key() 271 __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-v4.19/arch/s390/mm/ |
D | pgtable.c | 825 unsigned char key, unsigned char *oldkey, in cond_set_guest_storage_key() argument 836 if (oldkey) in cond_set_guest_storage_key() 837 *oldkey = tmp; in cond_set_guest_storage_key()
|
/Linux-v4.19/arch/s390/kvm/ |
D | priv.c | 346 unsigned char key, oldkey; in handle_sske() local 388 rc = cond_set_guest_storage_key(current->mm, vmaddr, key, &oldkey, in handle_sske() 412 vcpu->run->s.regs.gprs[reg1] |= (u64) oldkey << 8; in handle_sske()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | pgtable.h | 1111 unsigned char key, unsigned char *oldkey,
|