Searched refs:aed (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dtruncate.c159 struct allocExtDesc *aed = (struct allocExtDesc *)(epos.bh->b_data); local
160 aed->lengthAllocDescs = cpu_to_le32(epos.offset - sizeof(struct allocExtDesc));
231 struct allocExtDesc *aed = (struct allocExtDesc *)(epos.bh->b_data); local
232 aed->lengthAllocDescs = cpu_to_le32(lenalloc);
274 struct allocExtDesc *aed = (struct allocExtDesc *)(epos.bh->b_data); local
275 aed->lengthAllocDescs = cpu_to_le32(lenalloc);
H A Dballoc.c537 struct allocExtDesc *aed; local
573 aed = (struct allocExtDesc *)(epos.bh->b_data);
574 aed->previousAllocExtLocation = cpu_to_le32(oepos.block.logicalBlockNum);
578 aed->lengthAllocDescs = cpu_to_le32(adsize);
589 aed->lengthAllocDescs = cpu_to_le32(0);
595 aed = (struct allocExtDesc *)oepos.bh->b_data;
596 aed->lengthAllocDescs =
597 cpu_to_le32(le32_to_cpu(aed->lengthAllocDescs) + adsize);
652 aed = (struct allocExtDesc *)epos.bh->b_data;
653 aed
[all...]
H A Dinode.c1703 struct allocExtDesc *aed; local
1742 aed = (struct allocExtDesc *)(nbh->b_data);
1744 aed->previousAllocExtLocation = cpu_to_le32(obloc.logicalBlockNum);
1748 aed->lengthAllocDescs = cpu_to_le32(adsize);
1757 aed->lengthAllocDescs = cpu_to_le32(0);
1763 aed = (struct allocExtDesc *)epos->bh->b_data;
1764 aed->lengthAllocDescs =
1765 cpu_to_le32(le32_to_cpu(aed->lengthAllocDescs) + adsize);
1824 aed = (struct allocExtDesc *)epos->bh->b_data;
1825 aed
1875 struct allocExtDesc *aed = (struct allocExtDesc *)epos->bh->b_data; local
1999 struct allocExtDesc *aed; local
[all...]

Completed in 74 milliseconds