Lines Matching defs:lad
2113 struct long_ad *lad;
2131 lad = (struct long_ad *)ptr;
2132 lad->extLength = cpu_to_le32(elen);
2133 lad->extLocation = cpu_to_lelb(*eloc);
2134 memset(lad->impUse, 0x00, sizeof(lad->impUse));
2203 struct long_ad *lad;
2235 lad = udf_get_filelongad(ptr, alen, &epos->offset, inc);
2236 if (!lad)
2238 etype = le32_to_cpu(lad->extLength) >> 30;
2239 *eloc = lelb_to_cpu(lad->extLocation);
2240 *elen = le32_to_cpu(lad->extLength) & UDF_EXTENT_LENGTH_MASK;