Lines Matching refs:sad
1768 struct short_ad *sad = NULL; in udf_add_aext() local
1843 sad = (struct short_ad *)sptr; in udf_add_aext()
1844 sad->extLength = cpu_to_le32(EXT_NEXT_EXTENT_ALLOCDECS | in udf_add_aext()
1846 sad->extPosition = in udf_add_aext()
1898 struct short_ad *sad; in udf_write_aext() local
1911 sad = (struct short_ad *)ptr; in udf_write_aext()
1912 sad->extLength = cpu_to_le32(elen); in udf_write_aext()
1913 sad->extPosition = cpu_to_le32(eloc->logicalBlockNum); in udf_write_aext()
1973 struct short_ad *sad; in udf_current_aext() local
1996 sad = udf_get_fileshortad(ptr, alen, &epos->offset, inc); in udf_current_aext()
1997 if (!sad) in udf_current_aext()
1999 etype = le32_to_cpu(sad->extLength) >> 30; in udf_current_aext()
2000 eloc->logicalBlockNum = le32_to_cpu(sad->extPosition); in udf_current_aext()
2003 *elen = le32_to_cpu(sad->extLength) & UDF_EXTENT_LENGTH_MASK; in udf_current_aext()