Searched refs:lad (Results 1 – 2 of 2) sorted by relevance
2146 struct long_ad *lad; in udf_write_aext() local2164 lad = (struct long_ad *)ptr; in udf_write_aext()2165 lad->extLength = cpu_to_le32(elen); in udf_write_aext()2166 lad->extLocation = cpu_to_lelb(*eloc); in udf_write_aext()2167 memset(lad->impUse, 0x00, sizeof(lad->impUse)); in udf_write_aext()2246 struct long_ad *lad; in udf_current_aext() local2281 lad = udf_get_filelongad(ptr, alen, &epos->offset, inc); in udf_current_aext()2282 if (!lad) in udf_current_aext()2284 *etype = le32_to_cpu(lad->extLength) >> 30; in udf_current_aext()2285 *eloc = lelb_to_cpu(lad->extLocation); in udf_current_aext()[all …]
19667 M: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>