Lines Matching refs:lad
2084 struct long_ad *lad; in udf_write_aext() local
2102 lad = (struct long_ad *)ptr; in udf_write_aext()
2103 lad->extLength = cpu_to_le32(elen); in udf_write_aext()
2104 lad->extLocation = cpu_to_lelb(*eloc); in udf_write_aext()
2105 memset(lad->impUse, 0x00, sizeof(lad->impUse)); in udf_write_aext()
2174 struct long_ad *lad; in udf_current_aext() local
2206 lad = udf_get_filelongad(ptr, alen, &epos->offset, inc); in udf_current_aext()
2207 if (!lad) in udf_current_aext()
2209 etype = le32_to_cpu(lad->extLength) >> 30; in udf_current_aext()
2210 *eloc = lelb_to_cpu(lad->extLocation); in udf_current_aext()
2211 *elen = le32_to_cpu(lad->extLength) & UDF_EXTENT_LENGTH_MASK; in udf_current_aext()