Lines Matching refs:je16_to_cpu
895 je16_to_cpu(un->magic), je16_to_cpu(un->nodetype), in read_unknown()
901 un->nodetype = cpu_to_je16(JFFS2_NODE_ACCURATE | je16_to_cpu(un->nodetype)); in read_unknown()
903 switch(je16_to_cpu(un->nodetype) & JFFS2_COMPAT_MASK) { in read_unknown()
907 je16_to_cpu(un->nodetype), ref_offset(ref)); in read_unknown()
914 je16_to_cpu(un->nodetype), ref_offset(ref)); in read_unknown()
920 je16_to_cpu(un->nodetype), ref_offset(ref)); in read_unknown()
925 je16_to_cpu(un->nodetype), ref_offset(ref)); in read_unknown()
1062 ref_offset(ref), je16_to_cpu(node->u.magic), in jffs2_get_inode_nodes()
1063 je16_to_cpu(node->u.nodetype), in jffs2_get_inode_nodes()
1070 if (je16_to_cpu(node->u.magic) != JFFS2_MAGIC_BITMASK) { in jffs2_get_inode_nodes()
1073 je16_to_cpu(node->u.magic), ref_offset(ref)); in jffs2_get_inode_nodes()
1078 switch (je16_to_cpu(node->u.nodetype)) { in jffs2_get_inode_nodes()