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

/linux-master/fs/nilfs2/
H A Dbtnode.c178 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; local
181 if (oldkey == newkey)
191 /* BUG_ON(oldkey != obh->b_folio->index); */
192 if (unlikely(oldkey != ofolio->index))
194 "invalid oldkey %lld (newkey=%lld)",
195 (unsigned long long)oldkey,
240 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; local
243 if (oldkey
280 __u64 oldkey = ctxt->oldkey, newkey = ctxt->newkey; local
[all...]
H A Dbtnode.h21 * @oldkey: old key of block's moving content
27 __u64 oldkey; member in struct:nilfs_btnode_chkey_ctxt
H A Dbtree.c1939 path[level].bp_ctxt.oldkey = path[level].bp_oldreq.bpr_ptr;
2215 path[level].bp_ctxt.oldkey = ptr;
/linux-master/arch/s390/mm/
H A Dpgtable.c877 * oldkey will be updated when either mr or mc is set and a pointer is given.
883 unsigned char key, unsigned char *oldkey,
894 if (oldkey)
895 *oldkey = tmp;
882 cond_set_guest_storage_key(struct mm_struct *mm, unsigned long addr, unsigned char key, unsigned char *oldkey, bool nq, bool mr, bool mc) argument
/linux-master/arch/s390/kvm/
H A Dpriv.c357 unsigned char key, oldkey; local
399 rc = cond_set_guest_storage_key(current->mm, vmaddr, key, &oldkey,
425 vcpu->run->s.regs.gprs[reg1] |= (u64) oldkey << 8;
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1313 unsigned char key, unsigned char *oldkey,

Completed in 140 milliseconds