Searched refs:aed (Results 1 – 3 of 3) sorted by relevance
159 struct allocExtDesc *aed = in udf_discard_prealloc() local161 aed->lengthAllocDescs = in udf_discard_prealloc()186 struct allocExtDesc *aed = (struct allocExtDesc *) (epos->bh->b_data); in udf_update_alloc_ext_desc() local189 aed->lengthAllocDescs = cpu_to_le32(lenalloc); in udf_update_alloc_ext_desc()
452 struct allocExtDesc *aed; in udf_table_free_blocks() local486 aed = (struct allocExtDesc *)(epos.bh->b_data); in udf_table_free_blocks()487 aed->previousAllocExtLocation = in udf_table_free_blocks()491 aed->lengthAllocDescs = cpu_to_le32(adsize); in udf_table_free_blocks()501 aed->lengthAllocDescs = cpu_to_le32(0); in udf_table_free_blocks()504 aed = (struct allocExtDesc *) in udf_table_free_blocks()506 le32_add_cpu(&aed->lengthAllocDescs, in udf_table_free_blocks()559 aed = (struct allocExtDesc *)epos.bh->b_data; in udf_table_free_blocks()560 le32_add_cpu(&aed->lengthAllocDescs, adsize); in udf_table_free_blocks()
1875 struct allocExtDesc *aed; in udf_add_aext() local1915 aed = (struct allocExtDesc *)(nbh->b_data); in udf_add_aext()1917 aed->previousAllocExtLocation = in udf_add_aext()1921 aed->lengthAllocDescs = cpu_to_le32(adsize); in udf_add_aext()1928 aed->lengthAllocDescs = cpu_to_le32(0); in udf_add_aext()1933 aed = (struct allocExtDesc *)epos->bh->b_data; in udf_add_aext()1934 le32_add_cpu(&aed->lengthAllocDescs, adsize); in udf_add_aext()1983 aed = (struct allocExtDesc *)epos->bh->b_data; in udf_add_aext()1984 le32_add_cpu(&aed->lengthAllocDescs, adsize); in udf_add_aext()2035 struct allocExtDesc *aed = in udf_write_aext() local[all …]