Home
last modified time | relevance | path

Searched refs:oldkey (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/nilfs2/
H A Dbtnode.c178 __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 Dbtnode.h21 * @oldkey: old key of block's moving content
27 __u64 oldkey; member
H A Dbtree.c1928 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 Dbtnode.c178 __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 Dbtnode.h21 * @oldkey: old key of block's moving content
27 __u64 oldkey; member
H A Dbtree.c1925 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 Dpgtable.c839 * 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 Dpgtable.c886 * 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 Dpriv.c359 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 Dpriv.c357 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 Dpgtable.h1173 unsigned char key, unsigned char *oldkey,
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpgtable.h1295 unsigned char key, unsigned char *oldkey,

Completed in 21 milliseconds