Lines Matching defs:aed
1989 struct allocExtDesc *aed;
2014 aed = (struct allocExtDesc *)(bh->b_data);
2016 aed->previousAllocExtLocation =
2019 aed->lengthAllocDescs = cpu_to_le32(0);
2072 struct allocExtDesc *aed;
2086 aed = (struct allocExtDesc *)epos->bh->b_data;
2087 WARN_ON(le32_to_cpu(aed->lengthAllocDescs) !=
2098 aed = (struct allocExtDesc *)epos->bh->b_data;
2099 le32_add_cpu(&aed->lengthAllocDescs, adsize);
2185 struct allocExtDesc *aed =
2188 le32_to_cpu(aed->lengthAllocDescs) +
2335 struct allocExtDesc *aed;
2387 aed = (struct allocExtDesc *)oepos.bh->b_data;
2388 le32_add_cpu(&aed->lengthAllocDescs, -(2 * adsize));
2404 aed = (struct allocExtDesc *)oepos.bh->b_data;
2405 le32_add_cpu(&aed->lengthAllocDescs, -adsize);