Lines Matching refs:aed
1880 struct allocExtDesc *aed; in udf_add_aext() local
1920 aed = (struct allocExtDesc *)(nbh->b_data); in udf_add_aext()
1922 aed->previousAllocExtLocation = in udf_add_aext()
1926 aed->lengthAllocDescs = cpu_to_le32(adsize); in udf_add_aext()
1933 aed->lengthAllocDescs = cpu_to_le32(0); in udf_add_aext()
1938 aed = (struct allocExtDesc *)epos->bh->b_data; in udf_add_aext()
1939 le32_add_cpu(&aed->lengthAllocDescs, adsize); in udf_add_aext()
1988 aed = (struct allocExtDesc *)epos->bh->b_data; in udf_add_aext()
1989 le32_add_cpu(&aed->lengthAllocDescs, adsize); in udf_add_aext()
2040 struct allocExtDesc *aed = in udf_write_aext() local
2043 le32_to_cpu(aed->lengthAllocDescs) + in udf_write_aext()
2173 struct allocExtDesc *aed; in udf_delete_aext() local
2214 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2215 le32_add_cpu(&aed->lengthAllocDescs, -(2 * adsize)); in udf_delete_aext()
2231 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2232 le32_add_cpu(&aed->lengthAllocDescs, -adsize); in udf_delete_aext()