Home
last modified time | relevance | path

Searched refs:lad (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/udf/
H A Dinode.c2091 struct long_ad *lad; in udf_write_aext() local
2109 lad = (struct long_ad *)ptr; in udf_write_aext()
2110 lad->extLength = cpu_to_le32(elen); in udf_write_aext()
2111 lad->extLocation = cpu_to_lelb(*eloc); in udf_write_aext()
2112 memset(lad->impUse, 0x00, sizeof(lad->impUse)); in udf_write_aext()
2181 struct long_ad *lad; in udf_current_aext() local
2213 lad = udf_get_filelongad(ptr, alen, &epos->offset, inc); in udf_current_aext()
2214 if (!lad) in udf_current_aext()
2216 etype = le32_to_cpu(lad in udf_current_aext()
[all...]
/kernel/linux/linux-6.6/fs/udf/
H A Dinode.c2113 struct long_ad *lad; in udf_write_aext() local
2131 lad = (struct long_ad *)ptr; in udf_write_aext()
2132 lad->extLength = cpu_to_le32(elen); in udf_write_aext()
2133 lad->extLocation = cpu_to_lelb(*eloc); in udf_write_aext()
2134 memset(lad->impUse, 0x00, sizeof(lad->impUse)); in udf_write_aext()
2203 struct long_ad *lad; in udf_current_aext() local
2235 lad = udf_get_filelongad(ptr, alen, &epos->offset, inc); in udf_current_aext()
2236 if (!lad) in udf_current_aext()
2238 etype = le32_to_cpu(lad in udf_current_aext()
[all...]

Completed in 6 milliseconds