Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
A 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 …]
A Dbtnode.h27 __u64 oldkey; member
A 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/arch/s390/mm/
A Dpgtable.c865 unsigned char key, unsigned char *oldkey, in cond_set_guest_storage_key() argument
876 if (oldkey) in cond_set_guest_storage_key()
877 *oldkey = tmp; in cond_set_guest_storage_key()
/linux/arch/s390/kvm/
A 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()
414 vcpu->run->s.regs.gprs[reg1] |= (u64) oldkey << 8; in handle_sske()
/linux/arch/s390/include/asm/
A Dpgtable.h1170 unsigned char key, unsigned char *oldkey,

Completed in 21 milliseconds