eahd               69 fs/udf/misc.c  		struct extendedAttrHeaderDesc *eahd;
eahd               70 fs/udf/misc.c  		eahd = (struct extendedAttrHeaderDesc *)ea;
eahd               77 fs/udf/misc.c  			if (eahd->descTag.tagIdent !=
eahd               79 fs/udf/misc.c  			    le32_to_cpu(eahd->descTag.tagLocation) !=
eahd               88 fs/udf/misc.c  			eahd->descTag.tagIdent = cpu_to_le16(TAG_IDENT_EAHD);
eahd               90 fs/udf/misc.c  				eahd->descTag.descVersion = cpu_to_le16(3);
eahd               92 fs/udf/misc.c  				eahd->descTag.descVersion = cpu_to_le16(2);
eahd               93 fs/udf/misc.c  			eahd->descTag.tagSerialNum =
eahd               95 fs/udf/misc.c  			eahd->descTag.tagLocation = cpu_to_le32(
eahd               97 fs/udf/misc.c  			eahd->impAttrLocation = cpu_to_le32(0xFFFFFFFF);
eahd               98 fs/udf/misc.c  			eahd->appAttrLocation = cpu_to_le32(0xFFFFFFFF);
eahd              103 fs/udf/misc.c  			if (le32_to_cpu(eahd->appAttrLocation) <
eahd              106 fs/udf/misc.c  					le32_to_cpu(eahd->appAttrLocation);
eahd              110 fs/udf/misc.c  				eahd->appAttrLocation =
eahd              113 fs/udf/misc.c  			if (le32_to_cpu(eahd->impAttrLocation) <
eahd              116 fs/udf/misc.c  					le32_to_cpu(eahd->impAttrLocation);
eahd              120 fs/udf/misc.c  				eahd->impAttrLocation =
eahd              124 fs/udf/misc.c  			if (le32_to_cpu(eahd->appAttrLocation) <
eahd              127 fs/udf/misc.c  					le32_to_cpu(eahd->appAttrLocation);
eahd              131 fs/udf/misc.c  				eahd->appAttrLocation =
eahd              137 fs/udf/misc.c  		eahd->descTag.descCRCLength = cpu_to_le16(crclen);
eahd              138 fs/udf/misc.c  		eahd->descTag.descCRC = cpu_to_le16(crc_itu_t(0, (char *)eahd +
eahd              140 fs/udf/misc.c  		eahd->descTag.tagChecksum = udf_tag_checksum(&eahd->descTag);
eahd              159 fs/udf/misc.c  		struct extendedAttrHeaderDesc *eahd;
eahd              160 fs/udf/misc.c  		eahd = (struct extendedAttrHeaderDesc *)ea;
eahd              163 fs/udf/misc.c  		if (eahd->descTag.tagIdent !=
eahd              165 fs/udf/misc.c  		    le32_to_cpu(eahd->descTag.tagLocation) !=
eahd              172 fs/udf/misc.c  			offset = le32_to_cpu(eahd->impAttrLocation);
eahd              174 fs/udf/misc.c  			offset = le32_to_cpu(eahd->appAttrLocation);