Home
last modified time | relevance | path

Searched refs:oldkey (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/fs/nilfs2/
Dbtnode.c161 __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 …]
Dbtnode.h27 __u64 oldkey; member
Dbtree.c1912 path[level].bp_ctxt.oldkey = path[level].bp_oldreq.bpr_ptr; in nilfs_btree_prepare_update_v()
2187 path[level].bp_ctxt.oldkey = ptr; in nilfs_btree_assign_p()
/Linux-v5.15/arch/s390/mm/
Dpgtable.c845 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()
/Linux-v5.15/arch/s390/kvm/
Dpriv.c346 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-v5.15/arch/s390/include/asm/
Dpgtable.h1167 unsigned char key, unsigned char *oldkey,