Home
last modified time | relevance | path

Searched refs:sad (Results 1 – 2 of 2) sorted by relevance

/fs/udf/
Dinode.c1768 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()
[all …]
Dballoc.c454 struct short_ad *sad = NULL; in udf_table_free_blocks() local
531 sad = (struct short_ad *)sptr; in udf_table_free_blocks()
532 sad->extLength = cpu_to_le32( in udf_table_free_blocks()
535 sad->extPosition = in udf_table_free_blocks()