Lines Matching refs:aed
1954 struct allocExtDesc *aed;
1978 aed = (struct allocExtDesc *)(bh->b_data);
1980 aed->previousAllocExtLocation =
1983 aed->lengthAllocDescs = cpu_to_le32(0);
2031 struct allocExtDesc *aed;
2045 aed = (struct allocExtDesc *)epos->bh->b_data;
2046 WARN_ON(le32_to_cpu(aed->lengthAllocDescs) !=
2057 aed = (struct allocExtDesc *)epos->bh->b_data;
2058 le32_add_cpu(&aed->lengthAllocDescs, adsize);
2144 struct allocExtDesc *aed =
2147 le32_to_cpu(aed->lengthAllocDescs) +
2277 struct allocExtDesc *aed;
2320 aed = (struct allocExtDesc *)oepos.bh->b_data;
2321 le32_add_cpu(&aed->lengthAllocDescs, -(2 * adsize));
2337 aed = (struct allocExtDesc *)oepos.bh->b_data;
2338 le32_add_cpu(&aed->lengthAllocDescs, -adsize);