Lines Matching defs:sad
2090 struct short_ad *sad;
2103 sad = (struct short_ad *)ptr;
2104 sad->extLength = cpu_to_le32(elen);
2105 sad->extPosition = cpu_to_le32(eloc->logicalBlockNum);
2180 struct short_ad *sad;
2203 sad = udf_get_fileshortad(ptr, alen, &epos->offset, inc);
2204 if (!sad)
2206 etype = le32_to_cpu(sad->extLength) >> 30;
2207 eloc->logicalBlockNum = le32_to_cpu(sad->extPosition);
2210 *elen = le32_to_cpu(sad->extLength) & UDF_EXTENT_LENGTH_MASK;