Lines Matching refs:je16_to_cpu
879 je16_to_cpu(un->magic), je16_to_cpu(un->nodetype), in read_unknown()
885 un->nodetype = cpu_to_je16(JFFS2_NODE_ACCURATE | je16_to_cpu(un->nodetype)); in read_unknown()
887 switch(je16_to_cpu(un->nodetype) & JFFS2_COMPAT_MASK) { in read_unknown()
891 je16_to_cpu(un->nodetype), ref_offset(ref)); in read_unknown()
898 je16_to_cpu(un->nodetype), ref_offset(ref)); in read_unknown()
904 je16_to_cpu(un->nodetype), ref_offset(ref)); in read_unknown()
909 je16_to_cpu(un->nodetype), ref_offset(ref)); in read_unknown()
1046 ref_offset(ref), je16_to_cpu(node->u.magic), in jffs2_get_inode_nodes()
1047 je16_to_cpu(node->u.nodetype), in jffs2_get_inode_nodes()
1054 if (je16_to_cpu(node->u.magic) != JFFS2_MAGIC_BITMASK) { in jffs2_get_inode_nodes()
1057 je16_to_cpu(node->u.magic), ref_offset(ref)); in jffs2_get_inode_nodes()
1062 switch (je16_to_cpu(node->u.nodetype)) { in jffs2_get_inode_nodes()