Searched refs:appAttrLocation (Results 1 – 2 of 2) sorted by relevance
136 eahd->appAttrLocation = cpu_to_le32(0xFFFFFFFF); in udf_add_extendedattr()142 if (le32_to_cpu(eahd->appAttrLocation) < UDF_I_LENEATTR(inode)) in udf_add_extendedattr()144 uint32_t aal = le32_to_cpu(eahd->appAttrLocation); in udf_add_extendedattr()148 eahd->appAttrLocation = cpu_to_le32(aal + size); in udf_add_extendedattr()161 if (le32_to_cpu(eahd->appAttrLocation) < UDF_I_LENEATTR(inode)) in udf_add_extendedattr()163 uint32_t aal = le32_to_cpu(eahd->appAttrLocation); in udf_add_extendedattr()167 eahd->appAttrLocation = cpu_to_le32(aal + size); in udf_add_extendedattr()229 offset = le32_to_cpu(eahd->appAttrLocation); in udf_get_extendedattr()
620 uint32_t appAttrLocation; member