Lines Matching refs:aed
1986 struct allocExtDesc *aed; in udf_setup_indirect_aext() local
2011 aed = (struct allocExtDesc *)(bh->b_data); in udf_setup_indirect_aext()
2013 aed->previousAllocExtLocation = in udf_setup_indirect_aext()
2016 aed->lengthAllocDescs = cpu_to_le32(0); in udf_setup_indirect_aext()
2069 struct allocExtDesc *aed; in __udf_add_aext() local
2083 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2084 WARN_ON(le32_to_cpu(aed->lengthAllocDescs) != in __udf_add_aext()
2095 aed = (struct allocExtDesc *)epos->bh->b_data; in __udf_add_aext()
2096 le32_add_cpu(&aed->lengthAllocDescs, adsize); in __udf_add_aext()
2182 struct allocExtDesc *aed = in udf_write_aext() local
2185 le32_to_cpu(aed->lengthAllocDescs) + in udf_write_aext()
2335 struct allocExtDesc *aed; in udf_delete_aext() local
2387 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2388 le32_add_cpu(&aed->lengthAllocDescs, -(2 * adsize)); in udf_delete_aext()
2404 aed = (struct allocExtDesc *)oepos.bh->b_data; in udf_delete_aext()
2405 le32_add_cpu(&aed->lengthAllocDescs, -adsize); in udf_delete_aext()