Searched refs:lad (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dinode.c1652 struct long_ad *lad = NULL; local
1734 lad = (struct long_ad *)sptr;
1735 lad->extLength = cpu_to_le32(EXT_NEXT_EXTENT_ALLOCDECS |
1737 lad->extLocation = cpu_to_lelb(epos->block);
1738 memset(lad->impUse, 0x00, sizeof(lad->impUse));
1783 struct long_ad *lad; local
1801 lad = (struct long_ad *)ptr;
1802 lad->extLength = cpu_to_le32(elen);
1803 lad
1860 struct long_ad *lad; local
[all...]
H A Dballoc.c459 struct long_ad *lad = NULL; local
543 lad = (struct long_ad *)sptr;
544 lad->extLength = cpu_to_le32(
547 lad->extLocation =

Completed in 56 milliseconds