Lines Matching defs:sad
2112 struct short_ad *sad;
2125 sad = (struct short_ad *)ptr;
2126 sad->extLength = cpu_to_le32(elen);
2127 sad->extPosition = cpu_to_le32(eloc->logicalBlockNum);
2202 struct short_ad *sad;
2225 sad = udf_get_fileshortad(ptr, alen, &epos->offset, inc);
2226 if (!sad)
2228 etype = le32_to_cpu(sad->extLength) >> 30;
2229 eloc->logicalBlockNum = le32_to_cpu(sad->extPosition);
2232 *elen = le32_to_cpu(sad->extLength) & UDF_EXTENT_LENGTH_MASK;