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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dtruncate.c162 struct allocExtDesc *aed = local
164 aed->lengthAllocDescs =
189 struct allocExtDesc *aed = (struct allocExtDesc *) (epos->bh->b_data); local
192 aed->lengthAllocDescs = cpu_to_le32(lenalloc);
H A Dballoc.c460 struct allocExtDesc *aed; local
494 aed = (struct allocExtDesc *)(epos.bh->b_data);
495 aed->previousAllocExtLocation =
499 aed->lengthAllocDescs = cpu_to_le32(adsize);
509 aed->lengthAllocDescs = cpu_to_le32(0);
512 aed = (struct allocExtDesc *)
514 le32_add_cpu(&aed->lengthAllocDescs,
567 aed = (struct allocExtDesc *)epos.bh->b_data;
568 le32_add_cpu(&aed->lengthAllocDescs, adsize);
H A Dinode.c1653 struct allocExtDesc *aed; local
1694 aed = (struct allocExtDesc *)(nbh->b_data);
1696 aed->previousAllocExtLocation =
1700 aed->lengthAllocDescs = cpu_to_le32(adsize);
1707 aed->lengthAllocDescs = cpu_to_le32(0);
1712 aed = (struct allocExtDesc *)epos->bh->b_data;
1713 le32_add_cpu(&aed->lengthAllocDescs, adsize);
1762 aed = (struct allocExtDesc *)epos->bh->b_data;
1763 le32_add_cpu(&aed->lengthAllocDescs, adsize);
1814 struct allocExtDesc *aed local
1935 struct allocExtDesc *aed; local
[all...]

Completed in 43 milliseconds