Lines Matching refs:aed
1875 struct allocExtDesc *aed; in udf_add_aext() local
1915 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
2038 le32_to_cpu(aed->lengthAllocDescs) + in udf_write_aext()
2168 struct allocExtDesc *aed; in udf_delete_aext() local
2209 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2210 le32_add_cpu(&aed->lengthAllocDescs, -(2 * adsize)); in udf_delete_aext()
2226 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2227 le32_add_cpu(&aed->lengthAllocDescs, -adsize); in udf_delete_aext()