Lines Matching refs:sad
1873 struct short_ad *sad = NULL; in udf_add_aext() local
1948 sad = (struct short_ad *)sptr; in udf_add_aext()
1949 sad->extLength = cpu_to_le32(EXT_NEXT_EXTENT_ALLOCDECS | in udf_add_aext()
1951 sad->extPosition = in udf_add_aext()
2003 struct short_ad *sad; in udf_write_aext() local
2016 sad = (struct short_ad *)ptr; in udf_write_aext()
2017 sad->extLength = cpu_to_le32(elen); in udf_write_aext()
2018 sad->extPosition = cpu_to_le32(eloc->logicalBlockNum); in udf_write_aext()
2093 struct short_ad *sad; in udf_current_aext() local
2116 sad = udf_get_fileshortad(ptr, alen, &epos->offset, inc); in udf_current_aext()
2117 if (!sad) in udf_current_aext()
2119 etype = le32_to_cpu(sad->extLength) >> 30; in udf_current_aext()
2120 eloc->logicalBlockNum = le32_to_cpu(sad->extPosition); in udf_current_aext()
2123 *elen = le32_to_cpu(sad->extLength) & UDF_EXTENT_LENGTH_MASK; in udf_current_aext()