/kernel/linux/linux-5.10/fs/nilfs2/ |
H 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() 191 /* BUG_ON(oldkey != obh->b_page->index); */ in nilfs_btnode_prepare_change_key() 192 if (unlikely(oldkey != opage->index)) in nilfs_btnode_prepare_change_key() 194 "invalid oldkey %lld (newkey=%lld)", 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 in nilfs_btnode_commit_change_key() 280 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; nilfs_btnode_abort_change_key() local [all...] |
H A D | btnode.h | 21 * @oldkey: old key of block's moving content 27 __u64 oldkey; member
|
H A 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-6.6/fs/nilfs2/ |
H 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() 191 /* BUG_ON(oldkey != obh->b_folio->index); */ in nilfs_btnode_prepare_change_key() 192 if (unlikely(oldkey != opage->index)) in nilfs_btnode_prepare_change_key() 194 "invalid oldkey %lld (newkey=%lld)", 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 in nilfs_btnode_commit_change_key() 280 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; nilfs_btnode_abort_change_key() local [all...] |
H A D | btnode.h | 21 * @oldkey: old key of block's moving content 27 __u64 oldkey; member
|
H 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()
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | pgtable.c | 839 * oldkey will be updated when either mr or mc is set and a pointer is given. 845 unsigned char key, unsigned char *oldkey, in cond_set_guest_storage_key() 856 if (oldkey) in cond_set_guest_storage_key() 857 *oldkey = tmp; in cond_set_guest_storage_key() 844 cond_set_guest_storage_key(struct mm_struct *mm, unsigned long addr, unsigned char key, unsigned char *oldkey, bool nq, bool mr, bool mc) cond_set_guest_storage_key() argument
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | pgtable.c | 886 * oldkey will be updated when either mr or mc is set and a pointer is given. 892 unsigned char key, unsigned char *oldkey, in cond_set_guest_storage_key() 903 if (oldkey) in cond_set_guest_storage_key() 904 *oldkey = tmp; in cond_set_guest_storage_key() 891 cond_set_guest_storage_key(struct mm_struct *mm, unsigned long addr, unsigned char key, unsigned char *oldkey, bool nq, bool mr, bool mc) cond_set_guest_storage_key() argument
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A 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-6.6/arch/s390/kvm/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pgtable.h | 1173 unsigned char key, unsigned char *oldkey,
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pgtable.h | 1295 unsigned char key, unsigned char *oldkey,
|