Home
last modified time | relevance | path

Searched refs:appAttrLocation (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/udf/
Dmisc.c98 eahd->appAttrLocation = cpu_to_le32(0xFFFFFFFF); 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()
110 eahd->appAttrLocation = 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()
131 eahd->appAttrLocation = in udf_add_extendedattr()
174 offset = le32_to_cpu(eahd->appAttrLocation); in udf_get_extendedattr()
Decma_167.h609 __le32 appAttrLocation; member