Home
last modified time | relevance | path

Searched refs:sad (Results 1 – 1 of 1) sorted by relevance

/fs/udf/
Dinode.c2086 struct short_ad *sad; in udf_write_aext() local
2099 sad = (struct short_ad *)ptr; in udf_write_aext()
2100 sad->extLength = cpu_to_le32(elen); in udf_write_aext()
2101 sad->extPosition = cpu_to_le32(eloc->logicalBlockNum); in udf_write_aext()
2176 struct short_ad *sad; in udf_current_aext() local
2199 sad = udf_get_fileshortad(ptr, alen, &epos->offset, inc); in udf_current_aext()
2200 if (!sad) in udf_current_aext()
2202 etype = le32_to_cpu(sad->extLength) >> 30; in udf_current_aext()
2203 eloc->logicalBlockNum = le32_to_cpu(sad->extPosition); in udf_current_aext()
2206 *elen = le32_to_cpu(sad->extLength) & UDF_EXTENT_LENGTH_MASK; in udf_current_aext()