Searched refs:lad (Results 1 – 1 of 1) sorted by relevance
2087 struct long_ad *lad; in udf_write_aext() local2105 lad = (struct long_ad *)ptr; in udf_write_aext()2106 lad->extLength = cpu_to_le32(elen); in udf_write_aext()2107 lad->extLocation = cpu_to_lelb(*eloc); in udf_write_aext()2108 memset(lad->impUse, 0x00, sizeof(lad->impUse)); in udf_write_aext()2177 struct long_ad *lad; in udf_current_aext() local2209 lad = udf_get_filelongad(ptr, alen, &epos->offset, inc); in udf_current_aext()2210 if (!lad) in udf_current_aext()2212 etype = le32_to_cpu(lad->extLength) >> 30; in udf_current_aext()2213 *eloc = lelb_to_cpu(lad->extLocation); in udf_current_aext()[all …]