Lines Matching refs:aed
1932 struct allocExtDesc *aed;
1956 aed = (struct allocExtDesc *)(bh->b_data);
1958 aed->previousAllocExtLocation =
1961 aed->lengthAllocDescs = cpu_to_le32(0);
2009 struct allocExtDesc *aed;
2023 aed = (struct allocExtDesc *)epos->bh->b_data;
2024 WARN_ON(le32_to_cpu(aed->lengthAllocDescs) !=
2035 aed = (struct allocExtDesc *)epos->bh->b_data;
2036 le32_add_cpu(&aed->lengthAllocDescs, adsize);
2122 struct allocExtDesc *aed =
2125 le32_to_cpu(aed->lengthAllocDescs) +
2255 struct allocExtDesc *aed;
2298 aed = (struct allocExtDesc *)oepos.bh->b_data;
2299 le32_add_cpu(&aed->lengthAllocDescs, -(2 * adsize));
2315 aed = (struct allocExtDesc *)oepos.bh->b_data;
2316 le32_add_cpu(&aed->lengthAllocDescs, -adsize);