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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dpartition.c137 u32 origLoc = le32_to_cpu(entry->origLocation); local
138 if (origLoc >= 0xFFFFFFF0)
140 else if (origLoc == packet)
144 else if (origLoc > packet)
185 u32 origLoc = le32_to_cpu(entry->origLocation); local
187 if (origLoc == 0xFFFFFFFF) {
211 } else if (origLoc == packet) {
218 } else if (origLoc > packet)
224 u32 origLoc = le32_to_cpu(entry->origLocation); local
226 if (origLoc !
[all...]

Completed in 85 milliseconds