Home
last modified time | relevance | path

Searched refs:rdn (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/probes/kprobes/
Dactions-thumb.c488 int rdn = (insn & 0x7) | ((insn & 0x80) >> 4); in t16_emulate_hiregs() local
495 rdnv = (rdn == 15) ? pc : regs->uregs[rdn]; in t16_emulate_hiregs()
507 if (rdn == 15) in t16_emulate_hiregs()
510 regs->uregs[rdn] = rdnv; in t16_emulate_hiregs()
/linux-4.4.14/fs/f2fs/
Dnode.c650 struct dnode_of_data rdn = *dn; in truncate_nodes() local
675 rdn.nid = child_nid; in truncate_nodes()
676 ret = truncate_dnode(&rdn); in truncate_nodes()
689 rdn.nid = child_nid; in truncate_nodes()
690 ret = truncate_nodes(&rdn, child_nofs, 0, depth - 1); in truncate_nodes()