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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dpartition.c119 if (le32_to_cpu(st->mapEntry[i].origLocation) >= 0xFFFFFFF0)
121 else if (le32_to_cpu(st->mapEntry[i].origLocation) == packet)
126 else if (le32_to_cpu(st->mapEntry[i].origLocation) > packet)
163 if (le32_to_cpu(st->mapEntry[k].origLocation) == 0xFFFFFFFF)
170 st->mapEntry[k].origLocation = cpu_to_le32(packet);
179 else if (le32_to_cpu(st->mapEntry[k].origLocation) == packet)
185 else if (le32_to_cpu(st->mapEntry[k].origLocation) > packet)
190 if (le32_to_cpu(st->mapEntry[l].origLocation) == 0xFFFFFFFF)
198 mapEntry.origLocation = cpu_to_le32(packet);
H A Dosta_udf.h202 __le32 origLocation; member in struct:sparingEntry

Completed in 94 milliseconds