Searched refs:impAttrLocation (Results 1 – 2 of 2) sorted by relevance
135 eahd->impAttrLocation = cpu_to_le32(0xFFFFFFFF); in udf_add_extendedattr()150 if (le32_to_cpu(eahd->impAttrLocation) < UDF_I_LENEATTR(inode)) in udf_add_extendedattr()152 uint32_t ial = le32_to_cpu(eahd->impAttrLocation); in udf_add_extendedattr()156 eahd->impAttrLocation = cpu_to_le32(ial + size); in udf_add_extendedattr()227 offset = le32_to_cpu(eahd->impAttrLocation); in udf_get_extendedattr()
619 uint32_t impAttrLocation; member