Searched refs:ial (Results 1 – 1 of 1) sorted by relevance
152 uint32_t ial = le32_to_cpu(eahd->impAttrLocation); in udf_add_extendedattr() local153 memmove(&ea[offset - ial + size], in udf_add_extendedattr()154 &ea[ial], offset - ial); in udf_add_extendedattr()155 offset -= ial; in udf_add_extendedattr()156 eahd->impAttrLocation = cpu_to_le32(ial + size); in udf_add_extendedattr()