Lines Matching defs:lad
2091 struct long_ad *lad;
2109 lad = (struct long_ad *)ptr;
2110 lad->extLength = cpu_to_le32(elen);
2111 lad->extLocation = cpu_to_lelb(*eloc);
2112 memset(lad->impUse, 0x00, sizeof(lad->impUse));
2181 struct long_ad *lad;
2213 lad = udf_get_filelongad(ptr, alen, &epos->offset, inc);
2214 if (!lad)
2216 etype = le32_to_cpu(lad->extLength) >> 30;
2217 *eloc = lelb_to_cpu(lad->extLocation);
2218 *elen = le32_to_cpu(lad->extLength) & UDF_EXTENT_LENGTH_MASK;