Lines Matching refs:sad
1878 struct short_ad *sad = NULL; in udf_add_aext() local
1953 sad = (struct short_ad *)sptr; in udf_add_aext()
1954 sad->extLength = cpu_to_le32(EXT_NEXT_EXTENT_ALLOCDECS | in udf_add_aext()
1956 sad->extPosition = in udf_add_aext()
2008 struct short_ad *sad; in udf_write_aext() local
2021 sad = (struct short_ad *)ptr; in udf_write_aext()
2022 sad->extLength = cpu_to_le32(elen); in udf_write_aext()
2023 sad->extPosition = cpu_to_le32(eloc->logicalBlockNum); in udf_write_aext()
2098 struct short_ad *sad; in udf_current_aext() local
2121 sad = udf_get_fileshortad(ptr, alen, &epos->offset, inc); in udf_current_aext()
2122 if (!sad) in udf_current_aext()
2124 etype = le32_to_cpu(sad->extLength) >> 30; in udf_current_aext()
2125 eloc->logicalBlockNum = le32_to_cpu(sad->extPosition); in udf_current_aext()
2128 *elen = le32_to_cpu(sad->extLength) & UDF_EXTENT_LENGTH_MASK; in udf_current_aext()