Lines Matching refs:aed
1848 struct allocExtDesc *aed; in udf_setup_indirect_aext() local
1872 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
1874 aed->previousAllocExtLocation = in udf_setup_indirect_aext()
1877 aed->lengthAllocDescs = cpu_to_le32(0); in udf_setup_indirect_aext()
1925 struct allocExtDesc *aed; in __udf_add_aext() local
1939 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
1940 WARN_ON(le32_to_cpu(aed->lengthAllocDescs) != in __udf_add_aext()
1951 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
1952 le32_add_cpu(&aed->lengthAllocDescs, adsize); in __udf_add_aext()
2038 struct allocExtDesc *aed = in udf_write_aext() local
2041 le32_to_cpu(aed->lengthAllocDescs) + in udf_write_aext()
2170 struct allocExtDesc *aed; in udf_delete_aext() local
2213 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2214 le32_add_cpu(&aed->lengthAllocDescs, -(2 * adsize)); in udf_delete_aext()
2230 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2231 le32_add_cpu(&aed->lengthAllocDescs, -adsize); in udf_delete_aext()