Lines Matching refs:le32_to_cpu
79 le32_to_cpu(eahd->descTag.tagLocation) != in udf_add_extendedattr()
103 if (le32_to_cpu(eahd->appAttrLocation) < in udf_add_extendedattr()
106 le32_to_cpu(eahd->appAttrLocation); in udf_add_extendedattr()
113 if (le32_to_cpu(eahd->impAttrLocation) < in udf_add_extendedattr()
116 le32_to_cpu(eahd->impAttrLocation); in udf_add_extendedattr()
124 if (le32_to_cpu(eahd->appAttrLocation) < in udf_add_extendedattr()
127 le32_to_cpu(eahd->appAttrLocation); in udf_add_extendedattr()
167 le32_to_cpu(eahd->descTag.tagLocation) != in udf_get_extendedattr()
174 offset = le32_to_cpu(eahd->impAttrLocation); in udf_get_extendedattr()
176 offset = le32_to_cpu(eahd->appAttrLocation); in udf_get_extendedattr()
180 if (le32_to_cpu(gaf->attrType) == type && in udf_get_extendedattr()
184 offset += le32_to_cpu(gaf->attrLength); in udf_get_extendedattr()
223 if (location != le32_to_cpu(tag_p->tagLocation)) { in udf_read_tagged()
225 block, le32_to_cpu(tag_p->tagLocation), location); in udf_read_tagged()