Lines Matching refs:je32_to_cpu
635 if (je32_to_cpu(node->u.hdr_crc) != crc) {
637 ref_offset(raw), je32_to_cpu(node->u.hdr_crc), crc);
644 if (je32_to_cpu(node->i.node_crc) != crc) {
646 ref_offset(raw), je32_to_cpu(node->i.node_crc),
651 if (je32_to_cpu(node->i.dsize)) {
652 crc = crc32(0, node->i.data, je32_to_cpu(node->i.csize));
653 if (je32_to_cpu(node->i.data_crc) != crc) {
656 je32_to_cpu(node->i.data_crc), crc);
664 if (je32_to_cpu(node->d.node_crc) != crc) {
667 je32_to_cpu(node->d.node_crc), crc);
679 if (je32_to_cpu(node->d.name_crc) != crc) {
682 je32_to_cpu(node->d.name_crc), crc);
964 if (je32_to_cpu(rd->name_crc) != name_crc)
968 if (rd->nsize != name_len || !je32_to_cpu(rd->ino))
982 ref_offset(raw), je32_to_cpu(rd->ino));
1045 if (je32_to_cpu(ri.totlen) != sizeof(ri)) {
1048 je32_to_cpu(ri.totlen), sizeof(ri));
1052 if (crc != je32_to_cpu(ri.node_crc)) {
1055 je32_to_cpu(ri.node_crc), crc);
1114 if (je32_to_cpu(ri.version) == f->highest_version) {
1132 __func__, fn->frags, je32_to_cpu(ri.version),
1133 f->highest_version, je32_to_cpu(ri.ino));